examples: custom-renderer working
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
eae5aa40be
commit
df3091bfd5
3 changed files with 127 additions and 152 deletions
|
|
@ -74,7 +74,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.{ .name = "core-custom-entrypoint", .deps = &.{} },
|
||||
.{ .name = "core-triangle", .deps = &.{} },
|
||||
.{ .name = "core-transparent-window", .deps = &.{} },
|
||||
// .{ .name = "custom-renderer", .deps = &.{} },
|
||||
.{ .name = "custom-renderer", .deps = &.{} },
|
||||
// .{ .name = "glyphs", .deps = &.{ .assets, .freetype } },
|
||||
// .{ .name = "hardware-check", .deps = &.{ .assets, .zigimg } },
|
||||
.{ .name = "piano", .deps = &.{} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue