example: add audio_module_playing

This commit is contained in:
Frost-Phoenix 2025-02-04 21:08:54 +01:00 committed by Nikolas
parent 09ec2ca22b
commit d3fdd327d5
3 changed files with 146 additions and 0 deletions

View file

@ -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",