examples: simplify dependencies, mach depends on Opus

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-05-11 14:35:54 -07:00
parent 8578613adc
commit 0200bed7ec
3 changed files with 14 additions and 13 deletions

View file

@ -3,6 +3,8 @@ const builtin = @import("builtin");
const mach = @import("main.zig");
const sysaudio = mach.sysaudio;
pub const Opus = @import("mach-opus");
pub const name = .mach_audio;
pub const Mod = mach.Mod(@This());