diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-01-11 11:33:34 -0500 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-01-11 18:06:36 -0500 |
| commit | b3f1b00510a6be9a4f792b6fbf7fd61797603eaa (patch) | |
| tree | 9ead508d30200e1e58fe8b7c78c93eaf1dbaec85 /build.zig.zon | |
| parent | 7a8874ea6ac846eea3bdc35be2f46501877df87c (diff) | |
start porting to 0.16.0
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/build.zig.zon b/build.zig.zon index aff5d0d..4fa51c1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -28,27 +28,14 @@ // Tracks the earliest Zig version that the package considers to be a // supported use case. - .minimum_zig_version = "0.14.0", + .minimum_zig_version = "0.16.0", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`. // `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 = .{ - .network = .{ - .url = "git+https://github.com/ikskuh/zig-network#7947237eec317d9458897f82089f343a05450c2b", - .hash = "network-0.1.0-Pm-Agl8xAQBmkwohveGOfTk4zQnuqDs0Ptfbms4KP5Ce", - }, - .clap = .{ - .url = "git+https://github.com/Hejsil/zig-clap#9cfa61596cd44ef7be35f8d2e108d2025e09868e", - .hash = "clap-0.10.0-oBajB_TnAQB0l5UdW9WYhhJDEswbedvwFOzzZwGknYeR", - }, - .gatorcat = .{ - .url = "git+https://github.com/jeffective/gatorcat#db73d0f7780331d82e785e85773d1afaf154c2e6", - .hash = "gatorcat-0.3.11-WcrpTQn0BwArrCFVHy9FPBIPDJQqPrFdJlhiyH7Ng5x4", - }, - }, + .dependencies = .{}, .paths = .{ "build.zig", "build.zig.zon", |
