examples: text example updated to new object system
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
68251d95b7
commit
eda3e68b6e
3 changed files with 147 additions and 144 deletions
|
|
@ -80,7 +80,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.{ .name = "piano", .deps = &.{} },
|
||||
.{ .name = "play-opus", .deps = &.{.assets} },
|
||||
.{ .name = "sprite", .deps = &.{ .zigimg, .assets } },
|
||||
// .{ .name = "text", .deps = &.{.assets} },
|
||||
.{ .name = "text", .deps = &.{.assets} },
|
||||
};
|
||||
|
||||
var sysaudio_tests = [_]SysAudioTest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue