We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda1446 commit 90c8d49Copy full SHA for 90c8d49
build.zig.zon
@@ -2,6 +2,7 @@
2
.name = .zaudio,
3
.fingerprint = 0xc5244e8cd6bdcffc, // Changing this has security and trust implications.
4
.version = "0.11.0-dev",
5
+ .minimum_zig_version = "0.14.0",
6
.paths = .{
7
"build.zig",
8
"build.zig.zon",
@@ -14,5 +15,9 @@
14
15
.url = "https://github.com/zig-gamedev/system_sdk/archive/d1e724748d15cfcbf50c45ec7c7019688d45b16a.tar.gz",
16
.hash = "122047a9298c4c9dd43389d418d6826d469b192246ba0944102964cdc57f94c562df",
17
},
18
+ .zaudio = .{
19
+ .url = "git+https://github.com/zig-gamedev/zaudio#fda144641276dd54ddabe2b77f5807fff7eda036",
20
+ .hash = "zaudio-0.11.0-dev-_M-91iBkPwDaOhCWkRhekq9IxJ_hM70TWQRru1vCitlC",
21
+ },
22
23
}
0 commit comments