examples: sprite example working with object system
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
47a8a0d98c
commit
2529515cd8
3 changed files with 121 additions and 126 deletions
|
|
@ -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} },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue