-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
build.zig.zon
28 lines (28 loc) · 993 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.{
.name = "mach-opus",
.version = "0.0.0",
.paths = .{
"examples",
"src",
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
},
.dependencies = .{
.opusfile = .{
.url = "https://pkg.machengine.org/opusfile/99becf7a9bfa11156a7b7d34961195986143e453.tar.gz",
.hash = "12204b7e93344b93bf540b1db9f96b75c4864f812654363de49c5f5ae1e03fc7e4c8",
},
.opusenc = .{
.url = "https://pkg.machengine.org/opusenc/b9b90d878618a31313d9e8a3269ff6d67777201b.tar.gz",
.hash = "1220562c2af414ed0b2c5e8a012682efb4b2f00e72ebffd19ca33b29311472427011",
},
.linux_audio_headers = .{
.url = "https://pkg.machengine.org/linux-audio-headers/d0fa18e57044c35935bc52941bdf898b61ce6f80.tar.gz",
.hash = "1220aa08da5d0682f5e6defcd8fcc3f7fbd7c3f471ec25cca6cc47e1e0f003dad28b",
},
},
}