summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 58a1b98..8590cf7 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,6 +1,6 @@
1.{ 1.{
2 .name = "zgbench", 2 .name = "zg",
3 .version = "0.0.0", 3 .version = "0.1.0",
4 .dependencies = .{ 4 .dependencies = .{
5 .ziglyph = .{ 5 .ziglyph = .{
6 .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz", 6 .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz",
@@ -11,6 +11,7 @@
11 "build.zig", 11 "build.zig",
12 "build.zig.zon", 12 "build.zig.zon",
13 "src", 13 "src",
14 "unicode",
14 "LICENSE", 15 "LICENSE",
15 "README.md", 16 "README.md",
16 }, 17 },