aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/build.zig.zon
diff options
context:
space:
mode:
authorDavid Czihak <git@dcz.at>2026-05-09 13:01:50 +0200
committerDavid Czihak <git@dcz.at>2026-05-09 13:01:50 +0200
commit4b6f66fd512c254b5a82220dc77411fe391dd258 (patch)
tree7d77d7966e9ad2e296986ea8cfeb607088028195 /examples/hello-zig/build.zig.zon
parent64e9c56fc665972fdde5234c4fb2f2a882e237dc (diff)
Chore: Rework examples for thorough extension testing
Diffstat (limited to 'examples/hello-zig/build.zig.zon')
-rw-r--r--examples/hello-zig/build.zig.zon12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/hello-zig/build.zig.zon b/examples/hello-zig/build.zig.zon
deleted file mode 100644
index 09f7da2..0000000
--- a/examples/hello-zig/build.zig.zon
+++ /dev/null
@@ -1,12 +0,0 @@
-.{
- .name = .hello_zig,
- .version = "0.1.0",
- .fingerprint = 0x1c1a468675f426fe, // Changing this has security and trust implications.
- .minimum_zig_version = "0.15.2",
- .dependencies = .{},
- .paths = .{
- "build.zig",
- "build.zig.zon",
- "src",
- },
-}