Compatibility of bevy_kira_audio
versions:
| bracket-state-machine
| bracket-terminal
|
| :-- | :-- |
| bracket-main
| main
|
| main
| 0.8.5
|
bracket-state-machine
In your Cargo.toml
file, include:
toml
[dependencies]
bracket-state-machine = "0.1"
If you wish to ultilize the git branch of bracket-terminal
, just use the bracket-main
branch
toml
[dependencies]
bracket-state-machine = {git = "https://github.com/lecoqjacob/bracket-state-machine", branch = "bracket-main"}
This crate supports all feature flags of bracket-terminal
basic
basic demonstartion of the state machine in action. It switches between two states.