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