mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 09:03:07 +00:00
2fea36c1ad
# Objective - Fixes #16472. ## Solution - Add flags to `SpritePlugin` and `UiPlugin` to disable their picking backends. ## Testing - The change is pretty trivial, so not much to test! --- ## Migration Guide - `UiPlugin` now contains an extra `add_picking` field if `bevy_ui_picking_backend` is enabled. - `SpritePlugin` is no longer a unit struct, and has one field if `bevy_sprite_picking_backend` is enabled (otherwise no fields). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |