Cargo Features

[dependencies]
bevy_ecs = { version = "0.13.2", default-features = false, features = ["trace", "multi-threaded", "bevy_debug_stepping", "bevy_reflect"] }
default = bevy_debug_stepping, bevy_reflect

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

trace
multi-threaded

Enables multi-threaded of bevy_tasks

bevy_debug_stepping default

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_reflect default

Affects bevy_ecs::reflect