# bevy_rectray_picking `bevy_mod_picking` backend for `bevy_rectray`. ## Getting Started Add `RectrayPickingBackendPlugin`. ```rust app.add_plugins(RectrayPickingBackendPlugin) ``` Add `RectrayPickable` and `PickableBundle` to entities you want to be pickable, that's it! ## Versions This tracks both crates upstream. | bevy | bevy_rectray | bevy_mod_picking | bevy_rectray_picking | |------|--------------| ---------------- | -------------------- | | 0.14 | 0.1 | 0.20 | 0.1 | ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) * MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.