Add initial source files

This commit is contained in:
Daniel Lynn 2024-03-15 12:27:09 -05:00
parent 7d5e5aeb9f
commit ff6d58ca38
Signed by: daniel
GPG Key ID: 28496A140E180A9D

5
src/main.rs Normal file
View File

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