From 4b6f66fd512c254b5a82220dc77411fe391dd258 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Sat, 9 May 2026 13:01:50 +0200 Subject: Chore: Rework examples for thorough extension testing --- examples/hello-zig/build.zig.zon | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/hello-zig/build.zig.zon (limited to 'examples/hello-zig/build.zig.zon') 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", - }, -} -- cgit v1.3