diff options
| author | t <t@tjp.lol> | 2026-07-07 11:29:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-07 12:15:28 -0600 |
| commit | 621d7fee0ace729f8d44126032d2c6e13f72ee7f (patch) | |
| tree | a2938b0a9e5c0930e8644721abbe94875df9ff08 /build.zig.zon | |
| parent | 0fa6d4209ff9b4a95e7d1955887aa4c73ee3423c (diff) | |
Remove the in-repo libpanto sources and binding projects from pantograph.
Consume libpantograph through the Zig package URL at
code.tjp.lol/libpantograph.git, including the Lua module artifact used by
CLI extensions.
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build.zig.zon b/build.zig.zon index 54dd772..f061207 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,10 +4,8 @@ .version = "0.0.0", .dependencies = .{ .panto = .{ - .path = "libpanto", - }, - .panto_lua = .{ - .path = "libpanto-lua", + .url = "git+https://code.tjp.lol/libpantograph.git", + .hash = "libpantograph-0.0.0-7p055xYDIADXn_YT0d3G1WAaaSkNWJlFdG5OrgvPCd2m", }, .lua_src = .{ .url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", |
