Skip to content

Commit

Permalink
Mod picking upstream 2 (bevyengine#14686)
Browse files Browse the repository at this point in the history
Ci fixed  version of: bevyengine#14541 

Upstream the remainder of bevy_picking_core and all of
bevy_picking_input.

This work is intentionally nonfunctional and has minimal changes, but
does compile. More work is necessary to replace bevy_eventlistener with
propagating observers.

This work is being coordinated as part of "bevy_mod_picking upstream"
working group. Come say hi on discord!

---------

Co-authored-by: Miles Silberling-Cook <[email protected]>
Co-authored-by: Aevyrie <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent e490b91 commit 3e10fd8
Show file tree
Hide file tree
Showing 7 changed files with 1,225 additions and 7 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_picking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ license = "MIT OR Apache-2.0"

[dependencies]
bevy_app = { path = "../bevy_app", version = "0.15.0-dev" }
bevy_derive = { path = "../bevy_derive", version = "0.15.0-dev" }
bevy_ecs = { path = "../bevy_ecs", version = "0.15.0-dev" }
bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.15.0-dev" }
bevy_input = { path = "../bevy_input", version = "0.15.0-dev" }
bevy_math = { path = "../bevy_math", version = "0.15.0-dev" }
bevy_reflect = { path = "../bevy_reflect", version = "0.15.0-dev" }
bevy_render = { path = "../bevy_render", version = "0.15.0-dev" }
Expand Down
Loading

0 comments on commit 3e10fd8

Please sign in to comment.