From 566f4d84ea2f975d52cf17535d61470eae2c27c9 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 9 Jul 2025 01:38:50 -0400 Subject: [PATCH] Fix core widgets unconditionally enabling bevy_ui_picking_backend --- crates/bevy_core_widgets/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/bevy_core_widgets/Cargo.toml b/crates/bevy_core_widgets/Cargo.toml index 186b2ec820..01da19ae7c 100644 --- a/crates/bevy_core_widgets/Cargo.toml +++ b/crates/bevy_core_widgets/Cargo.toml @@ -18,9 +18,7 @@ bevy_input_focus = { path = "../bevy_input_focus", version = "0.17.0-dev" } bevy_log = { path = "../bevy_log", version = "0.17.0-dev" } bevy_math = { path = "../bevy_math", version = "0.17.0-dev" } bevy_picking = { path = "../bevy_picking", version = "0.17.0-dev" } -bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev", features = [ - "bevy_ui_picking_backend", -] } +bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev" } # other accesskit = "0.19"