core: correct standalone build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f7277441a2
commit
2094e59627
2 changed files with 6 additions and 1 deletions
5
libs/core/src/main.zig
Normal file
5
libs/core/src/main.zig
Normal 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");
|
||||
Loading…
Add table
Add a link
Reference in a new issue