init bevy
This commit is contained in:
commit
c6ba3f6d80
4 changed files with 4297 additions and 0 deletions
7
src/main.rs
Normal file
7
src/main.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins(DefaultPlugins)
|
||||
.run();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue