diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-23 17:05:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-23 17:06:58 +0900 |
commit | 366fa5128ae8398bb31ecfbbc5d9251dd785ba28 (patch) | |
tree | 2cd458133d76ad077d75e3aae5ad21a037bdfae7 /build.zig.zon | |
parent | a45f2cfa8c0425ddc6738deba8b5c09e8c964a07 (diff) | |
download | kay-main.tar.gz |
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon index 51bce35..a65c537 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,6 +4,10 @@ .fingerprint = 0xeefc6ead9221517a, .minimum_zig_version = "0.14.1", .dependencies = .{ + .@"known-folders" = .{ + .url = "git+https://github.com/ziglibs/known-folders.git#92defaee76b07487769ca352fd0ba95bc8b42a2f", + .hash = "known_folders-0.0.0-Fy-PJkfRAAAVdptXWXBspIIC7EkVgLgWozU5zIk5Zgcy", + }, .@"tree-sitter" = .{ .url = "git+https://github.com/tree-sitter/zig-tree-sitter#b4b72c903e69998fc88e27e154a5e3cc9166551b", .hash = "tree_sitter-0.25.0-8heIf51vAQConvVIgvm-9mVIbqh7yabZYqPXfOpS3YoG", @@ -12,6 +16,10 @@ .url = "git+https://github.com/rockorager/libvaxis#cc9154d5f4afa3fdfd289157f195ec67804ef437", .hash = "vaxis-0.5.1-BWNV_MYNCQDO92x2PTpsfv6GwDHmjL98rf6iL3pbMLj4", }, + .zsanett = .{ + .url = "git+https://trong.loang.net/~cnx/zsanett#f9aadd1c3e5407521af2f5d2af66e0d2936b362b", + .hash = "zsanett-0.0.0-1TMqaNnFAAAl2HUPcmy9fpePQQUi1j-2WxR1tgrFZS1M", + }, }, .paths = .{ "LICENSES", |