diff options
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon index f9d27ef..1a40712 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -44,6 +44,10 @@ .url = "git+https://github.com/Hejsil/zig-clap?ref=0.10.0#e47028deaefc2fb396d3d9e9f7bd776ae0b2a43a", .hash = "clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0", }, + .gatorcat = .{ + .url = "git+https://github.com/kj4tmp/gatorcat#bb1847f6c95852e7a0ec8c07870a948c171d5f98", + .hash = "gatorcat-0.3.2-WcrpTf1mBwDrmPaIhKCfLJO064v8Sjjn7DBq4CKZSgHH", + }, }, .paths = .{ "build.zig", |