sysaudio: use mach-sysjs via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a69119c279
commit
dfcfc20db8
5 changed files with 32 additions and 14 deletions
11
libs/sysaudio/build.zig.zon
Normal file
11
libs/sysaudio/build.zig.zon
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.{
|
||||
.name = "mach-sysaudio",
|
||||
.version = "0.2.0",
|
||||
|
||||
.dependencies = .{
|
||||
.mach_sysjs = .{
|
||||
.url = "https://github.com/hexops/mach-sysjs/archive/b71eb0531f337fcca5a2b245f595355260109a34.tar.gz",
|
||||
.hash = "12208b30f1d9c229d1e64483354610207c9aa06350a46558560b818d597800ed86e0",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue