Cargo Features
bevy_flurx has no features set by default.
[dependencies]
bevy_flurx = { version = "0.9.0", features = ["audio", "tokio", "record", "effect", "state"] }
- audio
-
Enables bevy_asset and bevy_audio of bevy
Affects
once::audio
,wait::audio
… - tokio
-
Enables async-compat and tokio
Affects
effect::tokio
… - record
-
Affects
action::record
… - effect
-
Affects
action::effect
… - state
-
Enables bevy_state of bevy
bevy:
Enable built in global state machines
Affects
once::state
,wait::state
…