better config for benchmarks

This commit is contained in:
2026-03-18 11:21:40 +00:00
parent aeef78eca2
commit 49972b9b64
4 changed files with 33 additions and 46 deletions
+5 -4
View File
@@ -4,13 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.18.0", features = ["wayland"] }
bevy = { version = "0.18.1", features = ["wayland"] }
noise = "0.9.0"
rand = "0.10.0"
bevy_rand = { version = "0.14.1", features = ["wyrand"] }
image = "0.25.9"
bevy_platform = "0.18.0"
bevy_rand = { version = "0.14.2", features = ["wyrand"] }
image = "0.25.10"
bevy_platform = "0.18.1"
rayon = "1.11.0"
rustc-hash = "2.1.1"
# Enable max optimizations for dependencies, but not for our code:
[profile.dev.package."*"]