Cargo Features

bevy_picking_highlight has no features set by default.

[dependencies]
bevy_picking_highlight = { version = "0.18.0", features = ["selection", "sprite", "pbr"] }
selection = bevy_picking_selection

Affects bevy_picking_highlight::GlobalHighlight.selected, bevy_picking_highlight::Highlight.selected, bevy_picking_highlight::update_selection

sprite = bevy_render, bevy_sprite
pbr = bevy_pbr, bevy_render

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_render pbr? sprite?
bevy_pbr pbr?
bevy_sprite sprite?
bevy_picking_selection selection?