core: use mach-sysjs via package manager

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-05-19 08:20:01 -07:00
parent e4e3da7e54
commit 816b5101b3
8 changed files with 26 additions and 15 deletions

View file

@ -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");