bevy/crates/bevy_picking/src
andriyDev b1e4512648
Fix the picking backend features not actually disabling the features (#16470)
# Objective

- Fixes #16469.

## Solution

- Make the picking backend features not enabled by default in each
sub-crate.
- Make features in `bevy_internal` to set the backend features
- Make the root `bevy` crate set the features by default.

## Testing

- The mesh and sprite picking examples still work correctly.
2024-11-22 18:14:16 +00:00
..
mesh_picking Mesh picking fixes (#16110) 2024-10-27 19:03:48 +00:00
backend.rs Minor docs fixes (#16347) 2024-11-13 20:42:53 +00:00
events.rs Picking out order (#16231) 2024-11-15 15:39:02 +00:00
focus.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
input.rs Migrate bevy picking (#15690) 2024-10-07 16:26:37 +00:00
lib.rs Fix the picking backend features not actually disabling the features (#16470) 2024-11-22 18:14:16 +00:00
pointer.rs Trivial bevy_picking refactor (#16374) 2024-11-13 14:09:17 +00:00