From 52fe190b1f9f0dc3505eea854ec60f149eb278bd Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Fri, 22 Aug 2025 16:47:11 -0500 Subject: [PATCH] Add EGUI debug inspector --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4b6abd3..97d7d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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