mach: expose trimesh2d package

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-10-19 07:30:11 -07:00
parent 43e1dcbb50
commit af357c0a8a
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ pub const gpu = @import("gpu");
pub const ecs = @import("ecs");
pub const sysaudio = @import("sysaudio");
pub const sysjs = @import("sysjs");
pub const trimesh2d = @import("trimesh2d");
// Engine exports
pub const App = @import("engine.zig").App;