Skip to content

Commit f1e32c7

Browse files
committed
Require Zig 0.13.0 or later
`build.zig` no longer works with Zig 0.12.x.
1 parent ae197ca commit f1e32c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = "SDL",
3-
.minimum_zig_version = "0.12.0",
43
.version = "2.30.12",
4+
.minimum_zig_version = "0.13.0",
55
.dependencies = .{},
66
.paths = .{
77
"LICENSE.txt",

0 commit comments

Comments
 (0)