mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Initial commit
Basic skeleton
This commit is contained in:
commit
d5c9e24201
6 changed files with 514 additions and 0 deletions
9
src/main.rs
Normal file
9
src/main.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
mod app;
|
||||
mod graphics;
|
||||
|
||||
use app::App;
|
||||
|
||||
fn main() {
|
||||
let mut app = App::new();
|
||||
app.do_game_loop();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue