1 parent 835ec5e commit b43e788Copy full SHA for b43e788
1 file changed
Cargo.toml
@@ -25,9 +25,7 @@ bevy = { version = "0.17.0", default-features = false, features = [
25
26
[dev-dependencies]
27
approx = "0.5.1"
28
-bevy = { version = "0.17.0", default-features = true, features = [
29
- "bevy_dev_tools"
30
-] }
+bevy = { version = "0.17.0", features = ["bevy_dev_tools"] }
31
clap = { version = "4.5.16", features = ["derive"] }
32
rand = "0.9"
33
0 commit comments