1 2 3 4 5 6
use bevy::prelude::*; use lifecycler::AppPlugin; fn main() -> AppExit { App::new().add_plugins(AppPlugin).run() }