beetmash_template 0.0.5

An example workflow for publishing Bevy apps and scenes to Beetmash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Beetmash Template

- [docs]https://beetmash.com/docs/beetmash
- [github]https://github.com/mrchantey/beetmash

A demonstration of the workflow for publishing Bevy apps and scenes to [beetmash](https://beetmash.com).

## Scenes are the future!

Running `cargo run` won't do much, the app is a blank canvas 🖌️
This crate uses cli args to specify the scenes to load, try adding a few:

`cargo run simple environment simple_scene`