2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-24 03:53:06 +00:00
bevy/crates/bevy_picking
andriyDev b1e4512648
Fix the picking backend features not actually disabling the features ()
# Objective

- Fixes .

## 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
..
src Fix the picking backend features not actually disabling the features () 2024-11-22 18:14:16 +00:00
Cargo.toml Fix the picking backend features not actually disabling the features () 2024-11-22 18:14:16 +00:00
README.md Upstream CorePlugin from bevy_mod_picking () 2024-06-15 11:59:57 +00:00

Bevy Picking