Skip to content

Commit 89043db

Browse files
committed
Use github archive url for zwindows so LFS content is included
1 parent f9a9d86 commit 89043db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
.dependencies = .{
1515
.zwindows = .{
16-
.url = "git+https://github.com/zig-gamedev/zwindows#c29e0fec072c282a8c6234c5837db071af42a11f",
17-
.hash = "zwindows-0.2.0-dev-xMZ1u9hgDABY0PTdtNQlpi3Gi06AP1BEGunM7fC9Mijw",
16+
.url = "https://github.com/zig-gamedev/zwindows/archive/c29e0fec072c282a8c6234c5837db071af42a11f.tar.gz",
17+
.hash = "zwindows-0.2.0-dev-xMZ1uyZpyQZsF6AeAjn_SJM69htI2MKkskHJ-83XzISl",
1818
.lazy = true,
1919
},
2020
},

0 commit comments

Comments
 (0)