mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
5 lines
66 B
Rust
5 lines
66 B
Rust
use bevy::prelude::*;
|
|
|
|
fn main() {
|
|
AppBuilder::new().run();
|
|
}
|