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 /libpanto-c/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 'libpanto-c/build.zig.zon')
| -rw-r--r-- | libpanto-c/build.zig.zon | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libpanto-c/build.zig.zon b/libpanto-c/build.zig.zon deleted file mode 100644 index 13966ed..0000000 --- a/libpanto-c/build.zig.zon +++ /dev/null @@ -1,9 +0,0 @@ -.{ - .fingerprint = 0xdae0d0294b1fb85c, - .name = .panto_c, - .version = "0.0.0", - .dependencies = .{ - .panto = .{ .path = "../libpanto" }, - }, - .paths = .{ "build.zig", "build.zig.zon", "src", "include" }, -} |
