1 2 3 4 5 6 7
use bevy::prelude::*; fn main() { App::new() .add_plugins((DefaultPlugins, bevy_framepace::FramepacePlugin)) .run(); }