aboutsummaryrefslogtreecommitdiff
path: root/flowy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'flowy/Cargo.toml')
-rw-r--r--flowy/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/flowy/Cargo.toml b/flowy/Cargo.toml
deleted file mode 100644
index 5829cae..0000000
--- a/flowy/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "flowy"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-wgpu = "0.20.0"
-bytemuck = { version = "1.15.0", features = ["derive"] }
-pollster = "0.3.0"
-env_logger = "0.11.3"
-log = "0.4.21"
-oneshot = "0.1.6"
-framework = { path = "../framework" }