examples: ensure zigimg & assets submodules are cloned
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d6dad96059
commit
d6f1560afd
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ pub fn build(b: *std.build.Builder) void {
|
||||||
|
|
||||||
// TODO(build-system): https://github.com/hexops/mach/issues/229#issuecomment-1100958939
|
// TODO(build-system): https://github.com/hexops/mach/issues/229#issuecomment-1100958939
|
||||||
ensureDependencySubmodule(b.allocator, "examples/libs/zmath") catch unreachable;
|
ensureDependencySubmodule(b.allocator, "examples/libs/zmath") catch unreachable;
|
||||||
|
ensureDependencySubmodule(b.allocator, "examples/libs/zigimg") catch unreachable;
|
||||||
|
ensureDependencySubmodule(b.allocator, "examples/libs/assets") catch unreachable;
|
||||||
|
|
||||||
inline for ([_]ExampleDefinition{
|
inline for ([_]ExampleDefinition{
|
||||||
.{ .name = "triangle" },
|
.{ .name = "triangle" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue