update to bevy 0.18

This commit is contained in:
2026-02-19 13:55:41 -05:00
parent b62acf3277
commit a10f1b69be
7 changed files with 1026 additions and 1241 deletions

View File

@@ -4,9 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = {version = "0.16.1", features = ["bevy_image", "file_watcher"]}
bevy-inspector-egui = "0.31.0"
iyes_perf_ui = "0.5.0"
bevy = {version = "0.18.0", features = ["bevy_image", "file_watcher"]}
bevy-inspector-egui = "0.36.0"
[lints.clippy]