1
0
Fork 0
wgpu-rs/src/main.rs

5 lines
86 B
Rust

use rust_micro_game_engine::run;
fn main() {
async_std::task::block_on(run());
}