correct asset submodule path
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d6f1560afd
commit
4a5b37787d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ 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/zigimg") catch unreachable;
|
||||||
ensureDependencySubmodule(b.allocator, "examples/libs/assets") catch unreachable;
|
ensureDependencySubmodule(b.allocator, "examples/assets") catch unreachable;
|
||||||
|
|
||||||
inline for ([_]ExampleDefinition{
|
inline for ([_]ExampleDefinition{
|
||||||
.{ .name = "triangle" },
|
.{ .name = "triangle" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue