Skip to content

Commit

Permalink
Enable egui priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 5, 2024
1 parent 2e84cbb commit 35b16d4
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 51 deletions.
91 changes: 42 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bevy_mod_outline = { version = "0.8" }
bevy_simple_text_input = "0.9"
vleue_navigator = { version = "0.10", features = ["avian3d"] }
avian3d = { version = "0.1", features = ["serialize"] }
bevy-inspector-egui = "0.25"
bevy-inspector-egui = "0.27"
app_dirs2 = "2.5"
serde = "1.0"
earcut = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ itertools.workspace = true
bitflags.workspace = true

[features]
inspector = ["dep:bevy-inspector-egui"]
inspector = ["dep:bevy-inspector-egui", "bevy_enhanced_input/egui_priority"]

[lints]
workspace = true

0 comments on commit 35b16d4

Please sign in to comment.