Skip to content

Commit 90c8d49

Browse files
committed
Update build.zig.zon
- Add minimum_zig_verison field - Update system_sdk dependency
1 parent fda1446 commit 90c8d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.zig.zon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zaudio,
33
.fingerprint = 0xc5244e8cd6bdcffc, // Changing this has security and trust implications.
44
.version = "0.11.0-dev",
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",
@@ -14,5 +15,9 @@
1415
.url = "https://github.com/zig-gamedev/system_sdk/archive/d1e724748d15cfcbf50c45ec7c7019688d45b16a.tar.gz",
1516
.hash = "122047a9298c4c9dd43389d418d6826d469b192246ba0944102964cdc57f94c562df",
1617
},
18+
.zaudio = .{
19+
.url = "git+https://github.com/zig-gamedev/zaudio#fda144641276dd54ddabe2b77f5807fff7eda036",
20+
.hash = "zaudio-0.11.0-dev-_M-91iBkPwDaOhCWkRhekq9IxJ_hM70TWQRru1vCitlC",
21+
},
1722
},
1823
}

0 commit comments

Comments
 (0)