update to latest mach-core API

This commit is contained in:
Ali Chraghi 2023-08-03 06:07:27 +03:30 committed by Stephen Gutekanst
parent 2288073366
commit c26cfec0b6
7 changed files with 70 additions and 81 deletions

View file

@ -39,7 +39,7 @@ pub fn main() !void {
defer app.deinit();
while (true) {
if (try app.core.internal.update(&app)) return;
if (try core.update(&app)) return;
}
}