aboutsummaryrefslogtreecommitdiff
path: root/flowy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'flowy/Cargo.toml')
-rw-r--r--flowy/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/flowy/Cargo.toml b/flowy/Cargo.toml
new file mode 100644
index 0000000..faac2c7
--- /dev/null
+++ b/flowy/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "flowy"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+wgpu = "0.18.0"
+bytemuck = "1.14.0"
+pollster = "0.3.0"
+env_logger = "0.10.1"
+log = "0.4.20"
+oneshot = "0.1.6"