update build manifest to latest zig

This commit is contained in:
Andrew Kelley 2023-02-02 23:39:44 -07:00
parent be4e2042c3
commit 9fdc05d3d8
2 changed files with 11 additions and 8 deletions

View file

@ -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
View 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",
},
},
}