Cargo Features

bevy_flurx has no features set by default.

[dependencies]
bevy_flurx = { version = "0.9.1", 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 side_effect::tokio

record

Affects action::record

effect

Affects action::side_effect, action::effect

state

Enables bevy_state of bevy

bevy:

Enable built in global state machines

Affects once::state, wait::state