update to bevy 0.16.0

Need to wait for asset_loader upate full release
Need to refactor Prefab system to use the new relationships
This commit is contained in:
2025-04-29 14:35:19 -04:00
parent cb95db862c
commit 94b85c9cf7
11 changed files with 1854 additions and 655 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.15.1"
bevy = "0.16.0"
serde = { version = "1.0.204", features = ["derive"] }
world_generation = { path = "../../engine/world_generation" }