Add EGUI debug inspector

This commit is contained in:
2025-08-22 16:47:11 -05:00
parent 80d854d4d9
commit 52fe190b1f

View File

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