Cargo Features

[dependencies]
bevy_dev_tools = { version = "0.14.2", default-features = false, features = ["bevy_ci_testing", "bevy_ui_debug"] }
default = bevy_ui_debug

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

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?