Update to bevy 0.18

This commit is contained in:
2026-03-04 17:41:22 -06:00
parent a493674734
commit b821d6bf45
2 changed files with 841 additions and 463 deletions

1302
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,5 +14,5 @@ opt-level = 3
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
bevy = "0.17" bevy = "0.18"
log = { version = "*", features = ["max_level_debug", "release_max_level_warn"] } log = { version = "*", features = ["max_level_debug", "release_max_level_warn"] }