1
0
Fork 0

Begin upgrade dependencies

This commit is contained in:
Florian RICHER 2024-11-03 13:56:35 +01:00
parent d4800a9cb1
commit a6c6eb3c3e
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
10 changed files with 2723 additions and 1165 deletions

View file

@ -1,4 +1,4 @@
use tuto1::run;
use rust_micro_game_engine::run;
fn main() {
async_std::task::block_on(run());