core: use mach-sysjs via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e4e3da7e54
commit
816b5101b3
8 changed files with 26 additions and 15 deletions
|
|
@ -5,8 +5,8 @@ pub const log_level = core.log_level;
|
|||
pub const Core = core.Core;
|
||||
pub const Timer = core.Timer;
|
||||
pub const gpu = core.gpu;
|
||||
pub const sysjs = core.sysjs;
|
||||
|
||||
pub const sysjs = @import("sysjs");
|
||||
pub const ecs = @import("ecs");
|
||||
pub const sysaudio = @import("sysaudio");
|
||||
pub const earcut = @import("earcut");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue