Add initial source files

This commit is contained in:
2024-03-15 12:27:09 -05:00
parent 7d5e5aeb9f
commit ff6d58ca38

5
src/main.rs Normal file
View File

@ -0,0 +1,5 @@
use bevy::prelude::*;
fn main() {
App::new().run();
}