bevy/crates/bevy_core_widgets
atlv e13e259436
Fix core widgets unconditionally enabling bevy_ui_picking_backend (#20055)
# Objective

- Fixes #19742

## Solution

- Initially I made it an optional feature on bevy_core_widgets and piped
it through to bevy_internal, but then I realized that its not actually
directly reference in the crate so its safe to just remove it.
2025-07-14 20:55:42 +00:00
..
src Changing the notification protocol for core_widgets. (#20086) 2025-07-13 17:25:11 +00:00
Cargo.toml Fix core widgets unconditionally enabling bevy_ui_picking_backend (#20055) 2025-07-14 20:55:42 +00:00