diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build.zig.zon b/build.zig.zon index 509fe34..3da63ef 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -31,12 +31,7 @@ // `zig build --fetch` can be used to fetch all dependencies of a package, recursively. // Once all dependencies are fetched, `zig build` no longer requires // internet connectivity. - .dependencies = .{ - .yazap = .{ - .url = "git+https://github.com/prajwalch/yazap#489439cde5ccb1abe47932d8f77a82d1772203a1", - .hash = "yazap-0.6.3-Z1t-Eo72AQCnSJmkRYE14etZlTj1gDgPzB2PN5eeWDlw", - }, - }, + .dependencies = .{}, .paths = .{ "build.zig", "build.zig.zon", |
