bevyhub_template 0.0.1-rc.2

An example workflow for publishing Bevy apps and scenes to Bevyhub.
Documentation
1
2
3
4
use bevyhub_template::base_app_plugin;
use bevy::prelude::App;

fn main() { App::new().add_plugins(base_app_plugin).run(); }