migratetion to 0.18.0
This commit is contained in:
+5
-5
@@ -4,12 +4,12 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.16.1", features = ["wayland"] }
|
||||
bevy = { version = "0.18.0", features = ["wayland"] }
|
||||
noise = "0.9.0"
|
||||
rand = "0.9.2"
|
||||
bevy_rand = { version = "0.11.3", features = ["wyrand"] }
|
||||
image = "0.25.8"
|
||||
bevy_platform = "0.16.1"
|
||||
rand = "0.10.0"
|
||||
bevy_rand = { version = "0.14.0", features = ["wyrand"] }
|
||||
image = "0.25.9"
|
||||
bevy_platform = "0.18.0"
|
||||
rayon = "1.11.0"
|
||||
|
||||
# Enable max optimizations for dependencies, but not for our code:
|
||||
|
||||
Reference in New Issue
Block a user