mach: depend on mach-ecs and mach-earcut standalone repositories

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-04-28 15:50:24 -07:00
parent 11a0a8b73e
commit 1fbd36199a
3 changed files with 33 additions and 9 deletions

View file

@ -22,4 +22,6 @@ const std = @import("std");
test {
std.testing.refAllDeclsRecursive(ResourceManager);
std.testing.refAllDeclsRecursive(gfx);
_ = ecs;
_ = earcut;
}