aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.zig.zon b/build.zig.zon
index aee0286..9410190 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -3,9 +3,10 @@
.version = "0.0.0",
.dependencies = .{
.zine = .{
- //.url = "git+https://github.com/kristoff-it/zine.git#e33a1d79b09e8532db60347a7ec4bd3413888977",
- //.hash = "12209f9be74fcc805c0f086e4a81ccca041354448f5b3592e04b6a6d1b4a95da5a26",
- .path = "../zine",
+ // TODO switch back to kristoff-it when https://github.com/kristoff-it/zine/pull/36 is merged
+ .url = "git+https://github.com/veggiemonk/zine.git#1de396698c2f336371668d18c87fee1d32c98e05",
+ .hash = "1220b10ab22d344339c4178565f981e7273d38ee702fbf9b18c1ae67da5eea81f34d",
+ //.path = "../zine",
},
},
.paths = .{"."},