From f1cfab7059e922d45ebbe19c58acef8fa80dc85e Mon Sep 17 00:00:00 2001 From: Jose Colon Rodriguez Date: Sun, 31 Mar 2024 11:26:14 -0400 Subject: Added benchmarks; Unicode version; Removed Ziglyph dep --- build.zig.zon | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'build.zig.zon') 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 @@ .{ .name = "zg", .version = "0.1.0", - .dependencies = .{ - .ziglyph = .{ - .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz", - .hash = "1220e097fbfb3a15a6f3484cf507f1f10ab571d1bcf519c3b5447ca727782b7a5264", - }, - }, + .paths = .{ "build.zig", "build.zig.zon", @@ -15,5 +10,7 @@ "LICENSE", "README.md", "src", + "unicode_license", + "UNICODE_VERSION.txt", }, } -- cgit v1.2.3