diff options
| author | 2025-07-08 12:15:32 -0400 | |
|---|---|---|
| committer | 2025-07-08 12:15:32 -0400 | |
| commit | 9427a9e53aaa29ee071f4dcb35b809a699d75aa9 (patch) | |
| tree | 2607c185fd8053b84d60041fadc35c05a0225d34 /bench/build.zig.zon | |
| parent | Merge pull request 'Fix benchmarks' (#56) from jacobsandlund/zg:benchmarks in... (diff) | |
| parent | Add Words.zig example to README (diff) | |
| download | zg-master.tar.gz zg-master.tar.xz zg-master.zip | |
Diffstat (limited to 'bench/build.zig.zon')
| -rw-r--r-- | bench/build.zig.zon | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/bench/build.zig.zon b/bench/build.zig.zon deleted file mode 100644 index aec7f92..0000000 --- a/bench/build.zig.zon +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | .{ | ||
| 2 | .name = .zg, | ||
| 3 | .version = "0.0.0", | ||
| 4 | .minimum_zig_version = "0.14.0", | ||
| 5 | .fingerprint = 0x47df77786eba1512, | ||
| 6 | |||
| 7 | .dependencies = .{ | ||
| 8 | .ziglyph = .{ | ||
| 9 | .url = "https://codeberg.org/dgv/ziglyph/archive/main.tar.gz", | ||
| 10 | .hash = "ziglyph-0.11.3-o3ARBKTuHwARGJBNZfNXfZsxxS1wCEbI745rgjYnyk4c", | ||
| 11 | }, | ||
| 12 | .zg = .{ .path = ".." }, | ||
| 13 | }, | ||
| 14 | |||
| 15 | .paths = .{ | ||
| 16 | "build.zig", | ||
| 17 | "build.zig.zon", | ||
| 18 | "data", | ||
| 19 | "src", | ||
| 20 | }, | ||
| 21 | } | ||