examples: simplify dependencies, mach depends on Opus
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8578613adc
commit
0200bed7ec
3 changed files with 14 additions and 13 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue