Initial asset library impl + tile images

This commit is contained in:
Patrick Gelvin
2025-08-24 11:33:31 -07:00
parent b0ddc9236b
commit 7fb798edbe
45 changed files with 85 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16.1", features = ["dynamic_linking"]}
bevy = { version = "0.16.1", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.33.1"
[profile.dev]