From cc8438448d3e093d0aabf52d97e11a6514a82765 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 27 Apr 2025 16:11:12 -0400 Subject: Staring real connections --- build.zig.zon | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig.zon') 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", -- cgit