mach: expose sysaudio/sysjs packages

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-27 12:27:35 -07:00 committed by Stephen Gutekanst
parent 09ec61b5cd
commit 2e61125601
2 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,8 @@ pub const Timer = @import("Timer.zig");
pub const ResourceManager = @import("resource/ResourceManager.zig");
pub const gpu = @import("gpu");
pub const ecs = @import("ecs");
pub const sysaudio = @import("sysaudio");
pub const sysjs = @import("sysjs");
// Engine exports
pub const App = @import("engine.zig").App;