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