Skip to content

Commit

Permalink
fix sprite deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed May 3, 2023
1 parent 2c5ed8b commit 3dc4c5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backends/bevy_picking_sprite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.10", default-features = false }
bevy = { version = "0.10", default-features = false, features = [
"bevy_sprite",
"bevy_ui",
"bevy_render",
] }
# Local
bevy_picking_core = { path = "../../crates/bevy_picking_core", version = "0.1" }

0 comments on commit 3dc4c5c

Please sign in to comment.