summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon9
1 files changed, 3 insertions, 6 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 1c8e3bb..70a03b5 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,12 +1,7 @@
1.{ 1.{
2 .name = "zg", 2 .name = "zg",
3 .version = "0.1.0", 3 .version = "0.1.0",
4 .dependencies = .{ 4
5 .ziglyph = .{
6 .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz",
7 .hash = "1220e097fbfb3a15a6f3484cf507f1f10ab571d1bcf519c3b5447ca727782b7a5264",
8 },
9 },
10 .paths = .{ 5 .paths = .{
11 "build.zig", 6 "build.zig",
12 "build.zig.zon", 7 "build.zig.zon",
@@ -15,5 +10,7 @@
15 "LICENSE", 10 "LICENSE",
16 "README.md", 11 "README.md",
17 "src", 12 "src",
13 "unicode_license",
14 "UNICODE_VERSION.txt",
18 }, 15 },
19} 16}