Initial fuckery with ecs tilemap

This commit is contained in:
Patrick Gelvin
2025-08-24 09:50:58 -07:00
parent 4d8c8b5302
commit c81d17ce31
5 changed files with 130 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
bevy = { version = "0.16.1", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.33.1"
bevy_ecs_tilemap = "0.16.0"
[profile.dev]
opt-level = 1