bevy 0.16 migration
This commit is contained in:
+3
-2
@@ -4,10 +4,11 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.15.3"
|
||||
bevy = "0.16.0"
|
||||
noise = "0.9.0"
|
||||
rand = "0.9.0"
|
||||
rand = "0.9.1"
|
||||
image = "0.25.6"
|
||||
bevy_platform = "0.16.0"
|
||||
|
||||
# Enable max optimizations for dependencies, but not for our code:
|
||||
[profile.dev.package."*"]
|
||||
|
||||
Reference in New Issue
Block a user