bevyhub_template 0.0.1-rc.2

An example workflow for publishing Bevy apps and scenes to Bevyhub.
Documentation
1
2
3
4
5
6
7
8
9
10
11
default:
	just --list --unsorted

export-scenes:
	cargo run --example export_scenes

run:
	cargo run --example app -- scenes/my-base-scene.json scenes/my-beautiful-scene.json

pkg *args:
	cargo package --no-verify --allow-dirty {{args}}