better config for benchmarks
This commit is contained in:
+5
-4
@@ -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."*"]
|
||||
|
||||
Reference in New Issue
Block a user