5 lines
86 B
Rust
5 lines
86 B
Rust
use rust_micro_game_engine::run;
|
|
|
|
fn main() {
|
|
async_std::task::block_on(run());
|
|
}
|