diff options
| author | t <t@tjp.lol> | 2026-07-07 11:26:32 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-07 11:26:45 -0600 |
| commit | f83578fdc9264019a1a1cef8c5484a161167d3dd (patch) | |
| tree | 888f11767f944d61e5ca8eb92fa1b2dba295a4b8 /libpanto-c/build.zig.zon | |
initial commit, moved libpanto over from the pantograph repo
Diffstat (limited to 'libpanto-c/build.zig.zon')
| -rw-r--r-- | libpanto-c/build.zig.zon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpanto-c/build.zig.zon b/libpanto-c/build.zig.zon new file mode 100644 index 0000000..4f64a0a --- /dev/null +++ b/libpanto-c/build.zig.zon @@ -0,0 +1,9 @@ +.{ + .fingerprint = 0xdae0d0294b1fb85c, + .name = .panto_c, + .version = "0.0.0", + .dependencies = .{ + .panto = .{ .path = ".." }, + }, + .paths = .{ "build.zig", "build.zig.zon", "src", "include" }, +} |
