diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon index 1bec40c..8fbf16d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,12 @@ .{ .name = .zigr, .version = "3.2.2", - .dependencies = .{}, + .dependencies = .{ + .tigr = .{ + .url = "git+https://github.com/erkkah/tigr#f7bf2abbf6b26e649ced5691003e87b61c03762e", + .hash = "N-V-__8AAIdnEACvJuP1P4YvA1yDg99-JRQFBu_23aLlCjB5", + }, + }, .minimum_zig_version = "0.15.2", .paths = .{""}, .fingerprint = 0xf677823b7201c08d, |