summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-07 11:29:23 -0600
committert <t@tjp.lol>2026-07-07 12:15:28 -0600
commit621d7fee0ace729f8d44126032d2c6e13f72ee7f (patch)
treea2938b0a9e5c0930e8644721abbe94875df9ff08 /build.zig.zon
parent0fa6d4209ff9b4a95e7d1955887aa4c73ee3423c (diff)
Move libpanto projects to libpantograph dependencyHEADmain
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.zon6
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",