Skip to content

Instantly share code, notes, and snippets.

@EduardoRodriguesF
Last active November 17, 2022 21:45
Show Gist options
  • Save EduardoRodriguesF/c97a5be9dd0e5421ea26ae228155454b to your computer and use it in GitHub Desktop.
Save EduardoRodriguesF/c97a5be9dd0e5421ea26ae228155454b to your computer and use it in GitHub Desktop.
Boilerplate Bevy app
use bevy::prelude::*;
fn main() {
App::new().add_plugins(DefaultPlugins).run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment