Cargo Features

[dependencies]
bevy_picking_egui = { version = "0.18.0", default-features = false, features = ["selection"] }
default = selection

The selection feature is set by default whenever bevy_picking_egui is added without default-features = false somewhere in the dependency tree.

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.

bevy_picking_selection selection