summaryrefslogtreecommitdiff
path: root/bench/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'bench/build.zig.zon')
-rw-r--r--bench/build.zig.zon23
1 files changed, 23 insertions, 0 deletions
diff --git a/bench/build.zig.zon b/bench/build.zig.zon
new file mode 100644
index 0000000..4cd3309
--- /dev/null
+++ b/bench/build.zig.zon
@@ -0,0 +1,23 @@
1.{
2 .name = "zg",
3 .version = "0.0.0",
4 .minimum_zig_version = "0.12.0",
5
6 .dependencies = .{
7 .ziglyph = .{
8 .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz",
9 .hash = "12208b23d1eb6dcb929e85346524db8f8b8aa1401bdf8a97dee1e0cfb55da8d5fb42",
10 },
11 .zg = .{
12 .url = "https://codeberg.org/dude_the_builder/zg/archive/master.tar.gz",
13 .hash = "12202ce08c67baed8361a12ed257427115b264ce678109fe44cd49d5745ed6999a83",
14 },
15 },
16
17 .paths = .{
18 "build.zig",
19 "build.zig.zon",
20 "data",
21 "src",
22 },
23}