Cargo Features

[dependencies]
bevy_editor_pls = { version = "0.8.1", default-features = false, features = ["default_windows", "highlight_changes"] }
default = default_windows

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

default_windows default = bevy_editor_pls_default_windows

Enables bevy_pbr and bevy_render of bevy

Affects bevy_editor_pls::controls

highlight_changes

Enables highlight_changes of bevy_editor_pls_default_windows

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_editor_pls_default_windows default_windows highlight_changes?