examples: sprite example working with object system

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-26 11:52:32 -07:00
parent 47a8a0d98c
commit 2529515cd8
3 changed files with 121 additions and 126 deletions

View file

@ -79,7 +79,7 @@ pub fn build(b: *std.Build) !void {
// .{ .name = "hardware-check", .deps = &.{ .assets, .zigimg } },
.{ .name = "piano", .deps = &.{} },
.{ .name = "play-opus", .deps = &.{.assets} },
// .{ .name = "sprite", .deps = &.{ .zigimg, .assets } },
.{ .name = "sprite", .deps = &.{ .zigimg, .assets } },
// .{ .name = "text", .deps = &.{.assets} },
};