hmm
This commit is contained in:
parent
2f78b4c810
commit
33440da8f7
10 changed files with 135 additions and 21 deletions
|
|
@ -1,7 +1,15 @@
|
|||
use moonhare_engine::log::{self};
|
||||
use moonhare_engine::{game::Game, log};
|
||||
|
||||
|
||||
fn main() {
|
||||
let _ = log::configere_logger();
|
||||
log::info("test");
|
||||
|
||||
let mut game = Game::new();
|
||||
game.add_window();
|
||||
|
||||
log::info(format!("Game: {:?}", game));
|
||||
|
||||
// Enters Loop
|
||||
game.run();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue