external config
This commit is contained in:
+3
-1
@@ -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."*"]
|
||||
|
||||
Reference in New Issue
Block a user