bevy_state_plugin_generator 1.4.4

A build-dependency that generates a Bevy State Plugin from a simple state definition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test-features *flags:
    cargo-feature-combinations {{flags}} insta test

test: build test-features
test-fast: (test-features "--fail-fast")

# TODO: revisit before 2.0.0 where feature `rustfmt` is removed
# NOTE: this only works if `--all-features` implies "all test cases" and not "alternate test cases"
# check-snapshots action="reject":
#     cargo insta test --all-features --unreferenced {{action}}
# clean-snapshots: (check-snapshots "delete")

build:
    cargo-feature-combinations build
    just -f test-app/justfile build