examples: update hardware-check example to use new object system
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f352670464
commit
d62650276f
3 changed files with 230 additions and 216 deletions
|
|
@ -76,7 +76,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.{ .name = "core-transparent-window", .deps = &.{} },
|
||||
.{ .name = "custom-renderer", .deps = &.{} },
|
||||
.{ .name = "glyphs", .deps = &.{ .assets, .freetype } },
|
||||
// .{ .name = "hardware-check", .deps = &.{ .assets, .zigimg } },
|
||||
.{ .name = "hardware-check", .deps = &.{ .assets, .zigimg } },
|
||||
.{ .name = "piano", .deps = &.{} },
|
||||
.{ .name = "play-opus", .deps = &.{.assets} },
|
||||
.{ .name = "sprite", .deps = &.{ .zigimg, .assets } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue