mach: depend on mach-ecs and mach-earcut standalone repositories
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
11a0a8b73e
commit
1fbd36199a
3 changed files with 33 additions and 9 deletions
|
|
@ -22,4 +22,6 @@ const std = @import("std");
|
|||
test {
|
||||
std.testing.refAllDeclsRecursive(ResourceManager);
|
||||
std.testing.refAllDeclsRecursive(gfx);
|
||||
_ = ecs;
|
||||
_ = earcut;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue