examples: migrate custom-renderer to mach.Core module API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
013546b189
commit
27fd19271c
4 changed files with 32 additions and 24 deletions
|
|
@ -636,7 +636,7 @@ fn buildExamples(
|
|||
.std_platform_only = true,
|
||||
},
|
||||
.{ .name = "core-custom-entrypoint", .deps = &.{}, .use_module_api = true },
|
||||
.{ .name = "custom-renderer", .deps = &.{} },
|
||||
.{ .name = "custom-renderer", .deps = &.{}, .use_module_api = true },
|
||||
.{
|
||||
.name = "sprite",
|
||||
.deps = &.{ .zigimg, .assets },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue