Skip to content

Commit 04366a7

Browse files
committed
add minimum_zig_version field to build.zig.zon
1 parent d264cab commit 04366a7

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 = .zopengl,
33
.version = "0.6.0-dev",
44
.fingerprint = 0xf50d3c53cf67ebe7,
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",

0 commit comments

Comments
 (0)