diff options
| author | David Czihak <git@dcz.at> | 2026-05-07 14:33:19 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-07 14:33:19 +0200 |
| commit | ddf2de739068b5ff0866ccb1d067f3cb53a4fc55 (patch) | |
| tree | 1a77efe9d73a6172be3c37d29b321eadd4efe379 /examples/hello-zig/build.zig.zon | |
Initial commitv0.1.7
Diffstat (limited to 'examples/hello-zig/build.zig.zon')
| -rw-r--r-- | examples/hello-zig/build.zig.zon | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/hello-zig/build.zig.zon b/examples/hello-zig/build.zig.zon new file mode 100644 index 0000000..09f7da2 --- /dev/null +++ b/examples/hello-zig/build.zig.zon @@ -0,0 +1,12 @@ +.{ + .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", + }, +} |
