bevyhub 0.0.1-rc.2

The number one bevy scene registry.
Documentation
1
2
3
4
5
//! This is published as an app to bevyhub.dev
use bevyhub::prelude::*;
use bevy::prelude::*;

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