Cargo Features
[dependencies]
bevy_dev_tools = { version = "0.15.0-rc.3", default-features = false, features = ["bevy_ci_testing", "bevy_ui_debug"] }
- default = bevy_ui_debug
-
The
bevy_ui_debug
feature is set by default wheneverbevy_dev_tools
is added without
somewhere in the dependency tree.default-features = false - bevy_ci_testing = ron, serde
-
Affects
bevy_dev_tools::ci_testing
… - bevy_ui_debug default
-
Affects
bevy_dev_tools::ui_debug_overlay
…
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.
- serde bevy_ci_testing?
-
Enables serde
other
- ron bevy_ci_testing?