Cargo Features

[dependencies]
bevy_app = { version = "0.13.2", default-features = false, features = ["trace", "bevy_ci_testing", "bevy_debug_stepping", "bevy_reflect"] }
default = bevy_debug_stepping, bevy_reflect

These default features are set whenever bevy_app is added without default-features = false somewhere in the dependency tree.

trace
bevy_ci_testing = ron, serde

Affects bevy_app::ci_testing

bevy_debug_stepping default
bevy_reflect default

Enables bevy_reflect, bevy_reflect of bevy_ecs

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?