bevy_startup_tree 0.11.0

A bevy extension for inserting startup system dependency graphs into the app
Documentation
1
2
3
4
5
6
set lists
set unstable

[arg('dry_run', long='dry-run', value='true')]
publish dry_run='false':
    cargo publish --workspace --exclude='*_example' --exclude='*_test_utils' {{ if dry_run == 'true' { '--dry-run' } }}