example: add audio_sound_loading

This commit is contained in:
Frost-Phoenix 2025-02-04 19:39:17 +01:00 committed by Nikolas
parent 9882dd4ba1
commit 09ec2ca22b
4 changed files with 51 additions and 0 deletions

View file

@ -207,6 +207,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/audio/music_stream.zig",
.desc = "Use music stream to play an audio file",
},
.{
.name = "sound_loading",
.path = "examples/audio/sound_loading.zig",
.desc = "Load and play a song",
},
.{
.name = "basic_screen_manager",
.path = "examples/core/basic_screen_manager.zig",