Hello world project built to learn Bevy and undestand how the ergonomics are.
cargo run
cargo watch -w systems -w components -x "build -p systems --features dynamic"
cargo run --features reload
cargo watch -w systems -w components -x "build -p systems --features dynamic"
cargo run --features reload --target-dir "target-bin"