external config

This commit is contained in:
2026-03-18 23:19:58 +00:00
parent a5154f73dd
commit 15c0d1c7a2
9 changed files with 87 additions and 10 deletions
+3 -1
View File
@@ -10,11 +10,13 @@ rand = "0.10.0"
bevy_rand = { version = "0.14.2", features = ["wyrand"] }
image = "0.25.10"
bevy_platform = "0.18.1"
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.8"
rayon = "1.11.0"
rustc-hash = "2.1.1"
ahash = "0.8.12"
nohash-hasher = "0.2.0"
futures-lite = "2.6"
futures-lite = "2.6.1"
# Enable max optimizations for dependencies, but not for our code:
[profile.dev.package."*"]