Add bevy-inspector-egui so I can fiddle with values easier

This commit is contained in:
2025-07-27 09:45:33 -05:00
parent 430b77be2e
commit 584a30f7f8
2 changed files with 4 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
bevy = { version = "0.16", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.32.0"