Skip to content

Commit 7f50059

Browse files
committed
Update build.zig.zon
- Add minimum_zig_version field - Update zwindows dependency
1 parent b2126b9 commit 7f50059

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.zig.zon

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zopenvr,
33
.fingerprint = 0x5cdb2220aad3f316,
44
.version = "0.1.0-dev",
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",
@@ -12,8 +13,8 @@
1213
},
1314
.dependencies = .{
1415
.zwindows = .{
15-
.url = "https://github.com/zig-gamedev/zwindows/archive/4c4e0ea8222978fe482cf8ba62e24c2486bd0b9f.tar.gz",
16-
.hash = "12204948283efd34140a20dfdc36b2bcd57fc1d52e18d37ca7d5ef7077142d768d02",
16+
.url = "git+https://github.com/zig-gamedev/zwindows#6c2200ed1f5e02d6b27d803d53e3743a2d1ea0b2",
17+
.hash = "zwindows-0.2.0-dev-xMZ1u6VcDACVsrJqnbgqNJQe3Tk8Lo0zpQ0ngKNwDj0a",
1718
},
1819
},
1920
}

0 commit comments

Comments
 (0)