libsoundio/build.zig.zon

12 lines
331 B
Plaintext
Raw Permalink Normal View History

2023-02-03 06:39:44 +00:00
.{
.name = "libsoundio",
.version = "2.0.0",
.dependencies = .{
.pulseaudio = .{
2023-02-20 03:31:44 +00:00
.url = "https://github.com/andrewrk/pulseaudio/archive/ce33cc7d2c2520881545f8667201abc5338d392d.tar.gz",
.hash = "122094057fcf485f9c446498918e0c10c82c8de7275cb19ec0572dd5a0d80a074960",
2023-02-03 06:39:44 +00:00
},
},
}