Lev
3 years ago
5 changed files with 22 additions and 5 deletions
@ -0,0 +1,8 @@
|
||||
use ironforce::IronForce; |
||||
use ironforce::res::IFResult; |
||||
|
||||
fn main() -> IFResult<()> { |
||||
let ironforce = IronForce::new(); |
||||
let (thread, _) = ironforce.launch_main_loop(500); |
||||
thread.join().unwrap() |
||||
} |
Loading…
Reference in new issue