Cargo Features
[dependencies]
bevy_schedules_ext = { version = "0.14.1", default-features = false, features = ["app_ext", "containers", "nesting", "states"] }
- default = app_ext, nesting, states
-
These default features are set whenever
bevy_schedules_ext
is added without
somewhere in the dependency tree.default-features = false - app_ext default
-
Enables bevy_app, bevy_app of optional bevy_state
Affects
containers::app_ext
,nesting::app_ext
,states::app_ext
… - containers nesting
-
Enables bevy_utils
Affects
bevy_schedules_ext::containers
… - nesting default = containers
-
Enables bevy_utils
Affects
bevy_schedules_ext::nesting
… - states default
-
Enables bevy_state
Affects
bevy_schedules_ext::states
…