mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-03-05 18:19:54 +00:00
update build manifest to latest zig
This commit is contained in:
parent
be4e2042c3
commit
9fdc05d3d8
|
@ -1,8 +0,0 @@
|
||||||
[package]
|
|
||||||
name=libsoundio
|
|
||||||
version=2.0.0
|
|
||||||
|
|
||||||
[dependency]
|
|
||||||
name=pulseaudio
|
|
||||||
url=https://github.com/andrewrk/pulseaudio/archive/3dc7a9ec7b813e83ba67cbb85470b621449586f2.tar.gz
|
|
||||||
hash=1220a5092a924fb8109242efd714b0182b0f159e612d06a4bc0eccda6b2ea9c1d7aa
|
|
11
build.zig.zon
Normal file
11
build.zig.zon
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.{
|
||||||
|
.name = "libsoundio",
|
||||||
|
.version = "2.0.0",
|
||||||
|
|
||||||
|
.dependencies = .{
|
||||||
|
.pulseaudio = .{
|
||||||
|
.url = "https://github.com/andrewrk/pulseaudio/archive/3dc7a9ec7b813e83ba67cbb85470b621449586f2.tar.gz",
|
||||||
|
.hash = "1220a5092a924fb8109242efd714b0182b0f159e612d06a4bc0eccda6b2ea9c1d7aa",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue