Skip to content

Commit 7ac0630

Browse files
committed
Update build.zig.zon
- Add minimum_zig_version field - Update zgpu and zglfw dependencies
1 parent b57a798 commit 7ac0630

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.zig.zon

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zgui,
33
.fingerprint = 0xe78160e64acbef8,
44
.version = "0.6.0-dev",
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",
@@ -17,13 +18,13 @@
1718
.lazy = true,
1819
},
1920
.zglfw = .{
20-
.url = "https://github.com/zig-gamedev/zglfw/archive/dcb1dae7d4a90f88b70dbae73300ab9b19fb250c.tar.gz",
21-
.hash = "zglfw-0.10.0-dev-zgVDNJmZIQCIiO_94Sp5jqrPtz4Eumk3bDcxS7dSZfIj",
21+
.url = "git+https://github.com/zig-gamedev/zglfw#30b29eee8047852708e79aadf0425494e6d7c5b5",
22+
.hash = "zglfw-0.10.0-dev-zgVDNG2cIQAiAC_gLYmbML-NQklPW5B_AELV_fAQc2Jg",
2223
.lazy = true,
2324
},
2425
.zgpu = .{
25-
.url = "https://github.com/zig-gamedev/zgpu/archive/6fb357d934b08a1e811a13dc40742dc0a6bfa646.tar.gz",
26-
.hash = "zgpu-0.12.0-dev-nqFT5NOfCAAHQsgOThL33YiPW71WQ6s9tbqHGw9nNmYw",
26+
.url = "git+https://github.com/zig-gamedev/zgpu#3ae4a71af16df3a7dfa95023bba1a1e6a0bfb80d",
27+
.hash = "zgpu-0.12.0-dev-nqFT5BCgCADqzg95ZvomJREp6oIl3NTubfyiUNHc18Pr",
2728
.lazy = true,
2829
},
2930
.zsdl = .{

0 commit comments

Comments
 (0)