Skip to content

Commit

Permalink
fix egui-picking example (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Schmarni <marnistromer@gmail.com>
  • Loading branch information
Schmarni-Dev authored May 5, 2024
1 parent 26708c1 commit 00298b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/egui-picking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ bevy.workspace = true
# Will move this when the worldspace stuff is merged. Also my fork only because of the bevy version
bevy_egui.workspace = true
bevy_mod_picking.workspace = true

[dev-dependencies]
bevy_mod_picking = { workspace = true, default-features = false, features = [
"backend_raycast",
"backend_bevy_ui",
"backend_sprite",
"selection",
"highlight",
] }

0 comments on commit 00298b2

Please sign in to comment.