Cargo Features

[dependencies]
bevy_schedules_ext = { version = "0.13.2", default-features = false, features = ["app_ext", "containers", "nesting", "nesting_containers", "states"] }
default = app_ext, nesting_containers, states

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

app_ext default

Enables bevy_app

Affects nesting::app_ext, states::app_ext

containers nesting_containers

Enables bevy_utils

Affects bevy_schedules_ext::containers

nesting nesting_containers

Affects bevy_schedules_ext::nesting

nesting_containers default = containers, nesting

Affects nesting::create_run_children_system

states default

Affects bevy_schedules_ext::states