diff options
| author | David Czihak <git@dcz.at> | 2026-05-09 13:01:50 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-09 13:01:50 +0200 |
| commit | 4b6f66fd512c254b5a82220dc77411fe391dd258 (patch) | |
| tree | 7d77d7966e9ad2e296986ea8cfeb607088028195 /examples/build-options/build.zig.zon | |
| parent | 64e9c56fc665972fdde5234c4fb2f2a882e237dc (diff) | |
Chore: Rework examples for thorough extension testing
Diffstat (limited to 'examples/build-options/build.zig.zon')
| -rw-r--r-- | examples/build-options/build.zig.zon | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/build-options/build.zig.zon b/examples/build-options/build.zig.zon new file mode 100644 index 0000000..7c3e5c0 --- /dev/null +++ b/examples/build-options/build.zig.zon @@ -0,0 +1,12 @@ +.{ + .name = .build_options_demo, + .version = "0.1.0", + .fingerprint = 0xf453d2b8ee5c2b92, + .minimum_zig_version = "0.16.0", + .dependencies = .{}, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + }, +} |
