Cargo Features
[dependencies]
bevy_editor_pls = { version = "0.10.0", default-features = false, features = ["default_windows", "highlight_changes"] }
- default = default_windows
-
The
default_windows
feature is set by default wheneverbevy_editor_pls
is added without
somewhere in the dependency tree.default-features = false - 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.