Cargo Features
[dependencies]
bevy_picking_egui = { version = "0.20.0", default-features = false, features = ["selection"] }
- default = selection
-
The
selection
feature is set by default wheneverbevy_picking_egui
is added without
somewhere in the dependency tree.default-features = false - selection default = bevy_picking_selection
-
Affects
bevy_picking_egui::EguiBackendSettings.allow_deselect
,bevy_picking_egui::update_settings
…
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.