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 bdc09e5
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 9 deletions.
85 changes: 77 additions & 8 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 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 bdc09e5

Please sign in to comment.