diff options
| author | t <t@tjp.lol> | 2026-06-15 22:11:53 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 11:17:14 -0600 |
| commit | f8c6d45755acb5abf9ac68931268b7945da0fae0 (patch) | |
| tree | a88ed7edd4aa3e5acced9ff99ac61b7f36b267a6 /build.zig.zon | |
| parent | 8206642d3a1736aaf928a5b9a732e747f5294228 (diff) | |
display fixes: markdown rendering, tool-specific components
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon index 6a04444..54dd772 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -17,6 +17,10 @@ .url = "https://luarocks.github.io/luarocks/releases/luarocks-3.13.0.tar.gz", .hash = "N-V-__8AADZhHwD_K21NLLYGySn7TnLhpLyP8ca2JnXSLgbp", }, + .md4c = .{ + .url = "https://github.com/mity/md4c/archive/refs/tags/release-0.5.2.tar.gz", + .hash = "N-V-__8AABchEAAlECji-MmwhoTDo_4aoyB1HkgVStV-vfho", + }, .toml = .{ .url = "https://gitlab.com/devnw/zig/toml/-/archive/v0.1.4/toml-v0.1.4.tar.gz", .hash = "toml-0.1.4-MHnSh2GWBQCW9SORG0z01zGj-bBlxbb82Itm5eIHNPX5", @@ -26,5 +30,6 @@ "build.zig", "build.zig.zon", "src", + "agent", }, } |
