1 2 3 4 5 6 7
use bevy::app::App; pub fn app() { App::new() .add_plugins((bevy::DefaultPlugins, bevy_registration::RegistrationPlugin)) .run(); }