Skip to content

Commit fa12b57

Browse files
committed
Add minimum_zig_version field to build.zig.zon
1 parent 30b29ee commit fa12b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zglfw,
33
.fingerprint = 0x6fbada33344305ce, // Changing this has security and trust implications.
44
.version = "0.10.0-dev",
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",

0 commit comments

Comments
 (0)