core: libmachcore fixes

This commit is contained in:
Andrew Gutekanst 2023-02-07 20:08:35 -05:00 committed by Stephen Gutekanst
parent 35ae2d7ac7
commit 60eb518e4f
5 changed files with 89 additions and 10 deletions

View file

@ -3,3 +3,7 @@ pub const Core = @import("Core.zig");
pub const Timer = @import("Timer.zig");
pub const gpu = @import("gpu");
pub const sysjs = @import("sysjs");
test {
_ = @import("platform/libmachcore.zig");
}