| Crates.io | bracket-state-machine |
| lib.rs | bracket-state-machine |
| version | 0.2.0 |
| created_at | 2022-09-09 19:59:02.372668+00 |
| updated_at | 2022-09-10 23:05:55.715207+00 |
| description | State management library for bracket-lib terminal |
| homepage | https://github.com/lecoqjacob/bracket-state-machine |
| repository | |
| max_upload_size | |
| id | 662078 |
| size | 63,852 |
Compatibility of bevy_state_machine versions:
bracket-state-machine |
bracket-terminal |
|---|---|
bracket-main |
main |
main |
0.8.5 |
bracket-state-machineIn your Cargo.toml file, include:
[dependencies]
bracket-state-machine = "0.1"
If you wish to ultilize the git branch of bracket-terminal, just use the bracket-main branch
[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.