Cargo Features
[dependencies]
bevy-ui-navigation = { version = "0.33.1", default-features = false, features = ["bevy_reflect", "bevy_ui", "pointer_focus", "cuicui_chirp"] }
- default = bevy_reflect, bevy_ui, pointer_focus
-
These default features are set whenever
bevy-ui-navigation
is added without
somewhere in the dependency tree.default-features = false - bevy_reflect default
- bevy_ui default
-
Enables bevy_render and bevy_ui of bevy ^0.12, backend_bevy_ui of optional bevy_mod_picking ^0.17.0
Affects
bevy-ui-navigation::components
,bevy-ui-navigation::NavigationPlugin
,bevy-ui-navigation::DefaultNavigationPlugins
,resolve::UiProjectionQuery
,systems::update_boundaries
… - pointer_focus default = bevy_mod_picking
-
Affects
systems::enable_click_request
… - cuicui_chirp = cuicui_dsl
-
Enables cuicui_chirp
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.