Skip to content

Commit c4d525a

Browse files
committed
add minimum_zig_version to build.zig.zon
1 parent 589a3b1 commit c4d525a

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
@@ -1,6 +1,7 @@
11
.{
22
.name = "VVVVVV",
33
.version = "0.0.0",
4+
.minimum_zig_version = "0.13.0",
45
.dependencies = .{
56
.VVVVVV = .{
67
.url = "https://github.com/TerryCavanagh/VVVVVV/archive/6df7d5df8af6787e3aee1f4df6639b5aa8e3884c.tar.gz",

0 commit comments

Comments
 (0)