mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
5 lines
83 B
Rust
5 lines
83 B
Rust
use bevy::prelude::*;
|
|
|
|
fn main() {
|
|
App::build().add_default_plugins().run();
|
|
}
|