aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-10-11 16:11:24 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-10-11 16:11:24 -0400
commit7c07fa671c6297ee4bb2c1c901baa0a499b3b60a (patch)
treebb28761806ba9a2b089092189ed1a7ccc6b7d296
parent535436e2e9164f9880e507d7057a8cdbf261608e (diff)
Added missing cargo features
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fd838a..7390cc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_dirworld"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
[dependencies]
@@ -14,7 +14,6 @@ multi_key_map = "0.3.0"
serde = "1.0"
rmp-serde = "1.3.0"
anymap = "0.12"
-strum = "0.26"
notify-debouncer-full = "0.3"
md5 = "0.7"
bevy-async-ecs = "0.6"
@@ -25,7 +24,7 @@ hex-literal = "0.4"
[dependencies.bevy]
version = "0.14"
default-features = false
-features = ["serialize"]
+features = ["serialize", "multi_threaded"]
[dependencies.avian3d]
version = "0.1"
@@ -43,6 +42,10 @@ features = ["serde"]
version = "0.6"
features = ["lua"]
+[dependencies.strum]
+version = "0.26"
+features = ["derive"]
+
[features]
default = ["yarnspinner"]
yarnspinner = ["dep:yarnspinner"]