example: add audio_module_playing
This commit is contained in:
parent
09ec2ca22b
commit
d3fdd327d5
3 changed files with 146 additions and 0 deletions
|
|
@ -212,6 +212,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/audio/sound_loading.zig",
|
||||
.desc = "Load and play a song",
|
||||
},
|
||||
.{
|
||||
.name = "module_playing",
|
||||
.path = "examples/audio/module_playing.zig",
|
||||
.desc = "Module playing (streaming)",
|
||||
},
|
||||
.{
|
||||
.name = "basic_screen_manager",
|
||||
.path = "examples/core/basic_screen_manager.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue