summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-07 11:26:32 -0600
committert <t@tjp.lol>2026-07-07 11:26:45 -0600
commitf83578fdc9264019a1a1cef8c5484a161167d3dd (patch)
tree888f11767f944d61e5ca8eb92fa1b2dba295a4b8 /build.zig.zon
initial commit, moved libpanto over from the pantograph repo
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon21
1 files changed, 21 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..147134d
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,21 @@
+.{
+ .fingerprint = 0x70ac45c7e7399dee,
+ .name = .libpantograph,
+ .version = "0.0.0",
+ .dependencies = .{
+ .lua_src = .{
+ .url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
+ .hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ",
+ },
+ },
+ .paths = .{
+ "build.zig",
+ "build.zig.zon",
+ "src",
+ "libpanto-c",
+ "libpanto-go",
+ "libpanto-lua",
+ "docs",
+ "examples",
+ },
+}