Skip to content

Commit

Permalink
Bump dependency bevy_mod_raycast@^0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed Feb 23, 2024
1 parent 0b6ec5c commit 4cfe442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/bevy_picking_raycast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ bevy_render = { version = "0.13", default-features = false }
bevy_transform = { version = "0.13", default-features = false }
bevy_window = { version = "0.13", default-features = false }

bevy_mod_raycast = { git = "https://github.com/aevyrie/bevy_mod_raycast.git", branch = "bevy-0.13" }
bevy_mod_raycast = { version = "0.17.0" }
# Local
bevy_picking_core = { path = "../../crates/bevy_picking_core", version = "0.17" }

0 comments on commit 4cfe442

Please sign in to comment.