Fix core widgets unconditionally enabling bevy_ui_picking_backend

This commit is contained in:
atlas 2025-07-09 01:38:50 -04:00
parent aa87581cce
commit 566f4d84ea

View File

@ -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"