diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-07-14 21:10:09 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-07-14 21:10:09 +0100 |
commit | 54b7021b063a81bc1655a6b4519b9a41cd6ed30b (patch) | |
tree | 760762f8df8d9fb5dfb4022ad42ecb9127440623 /converter/build.zig.zon | |
parent | 7d296d575b49f5de94f7354094344573b8701199 (diff) | |
download | mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.gz mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.bz2 mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.xz mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.zip |
Bump mustache dep
Update .gitignore for new zig-cache location
Remove old converter sources.
Checked everything compiles with zig 0.13
Diffstat (limited to 'converter/build.zig.zon')
-rw-r--r-- | converter/build.zig.zon | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/converter/build.zig.zon b/converter/build.zig.zon deleted file mode 100644 index 1d3de63..0000000 --- a/converter/build.zig.zon +++ /dev/null @@ -1,13 +0,0 @@ -.{ - .name = "converter", - .version = "0.0.0", - .dependencies = .{ - .ziggy = .{ - .url = "https://github.com/kristoff-it/ziggy/archive/refs/heads/main.tar.gz", - .hash = "1220037474a924385b0d2ccb0e5c416c595f43f93a3450d55f8b6d5ad6f3ba091ca5", - } - }, - .paths = .{ - "", - }, -} |