diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-05-28 20:56:19 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-05-28 20:56:19 +0100 |
commit | 7d296d575b49f5de94f7354094344573b8701199 (patch) | |
tree | c2e9af4b7741dc75c5baf9c32ee2994bbbeef5b1 /build.zig.zon | |
parent | 12e32e5559be7427483f8520a58dce34046f020c (diff) | |
download | mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.gz mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.bz2 mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.xz mfashby.net-7d296d575b49f5de94f7354094344573b8701199.zip |
Update build.zig.zon to use veggiemonk's fork for zig 0.13-dev
Add projects section
Add zipdl and zigvm project pages, remove download links from posts and
replace with project page links
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 7 |
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 = .{"."}, |