diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-05-26 22:10:03 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-05-26 22:10:03 +0100 |
commit | 12e32e5559be7427483f8520a58dce34046f020c (patch) | |
tree | 9d2ae0a9cad76bb071ff8b05150a17cd7050b2e1 /build.zig.zon | |
parent | 8666c8822d396f0c42c73f7c33e445f6608c4e51 (diff) | |
download | mfashby.net-12e32e5559be7427483f8520a58dce34046f020c.tar.gz mfashby.net-12e32e5559be7427483f8520a58dce34046f020c.tar.bz2 mfashby.net-12e32e5559be7427483f8520a58dce34046f020c.tar.xz mfashby.net-12e32e5559be7427483f8520a58dce34046f020c.zip |
Add post on zigvm
Fixup for zig master
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon b/build.zig.zon index 268ad8d..aee0286 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,9 +3,9 @@ .version = "0.0.0", .dependencies = .{ .zine = .{ - .url = "git+https://github.com/kristoff-it/zine.git#e33a1d79b09e8532db60347a7ec4bd3413888977", - .hash = "12209f9be74fcc805c0f086e4a81ccca041354448f5b3592e04b6a6d1b4a95da5a26", - //.path = "../zine", + //.url = "git+https://github.com/kristoff-it/zine.git#e33a1d79b09e8532db60347a7ec4bd3413888977", + //.hash = "12209f9be74fcc805c0f086e4a81ccca041354448f5b3592e04b6a6d1b4a95da5a26", + .path = "../zine", }, }, .paths = .{"."}, |