core: correct standalone build

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-01-24 00:22:15 -07:00 committed by Stephen Gutekanst
parent f7277441a2
commit 2094e59627
2 changed files with 6 additions and 1 deletions

5
libs/core/src/main.zig Normal file
View file

@ -0,0 +1,5 @@
pub usingnamespace @import("entry.zig");
pub const Core = @import("Core.zig");
pub const Timer = @import("Timer.zig");
pub const gpu = @import("gpu");
pub const sysjs = @import("sysjs");