diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-03 14:50:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-03 14:50:13 +0900 |
| commit | 294e12c3d6c702e16284a46877ebfa79a4506ee2 (patch) | |
| tree | e403273342ebf85eb5fc7f02c8ffa85136d29f41 /build.zig.zon | |
| parent | d95640d95cd58bd392ee4e8ad0b0a26b65b0adce (diff) | |
| download | RayTracingInOneWeekend.zig-294e12c3d6c702e16284a46877ebfa79a4506ee2.tar.gz RayTracingInOneWeekend.zig-294e12c3d6c702e16284a46877ebfa79a4506ee2.tar.zst RayTracingInOneWeekend.zig-294e12c3d6c702e16284a46877ebfa79a4506ee2.zip | |
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/build.zig.zon b/build.zig.zon index 415faee..bb93711 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,11 +7,9 @@ // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. .name = .RayTracingInOneWeekend, - // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. .version = "0.2.0", - // Together with name, this represents a globally unique package // identifier. This field is generated by the Zig toolchain when the // package is first created, and then *never changes*. This allows @@ -25,11 +23,9 @@ // on the following line intact, so that it shows up in code reviews that // modify the field. .fingerprint = 0x81e32b5abe329337, // Changing this has security and trust implications. - // Tracks the earliest Zig version that the package considers to be a // supported use case. - .minimum_zig_version = "0.14.0", - + .minimum_zig_version = "0.16.0", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`. // `zig build --fetch` can be used to fetch all dependencies of a package, recursively. @@ -66,11 +62,10 @@ // .lazy = false, //}, .zigimg = .{ - .url = "git+https://github.com/zigimg/zigimg.git#362cdd6bce109f7bc674be134cddd378f52da5d4", - .hash = "zigimg-0.1.0-8_eo2jNrFQD4mu3EAUkfQRmCkyfprdIXc8JQ6uyxhjSQ", + .url = "git+https://github.com/zigimg/zigimg.git#c7e81a13bff1cf4c5b7f085a8360f9d551143d40", + .hash = "zigimg-0.1.0-8_eo2uScFwCnpzB1Y2n_jf3euDfMEeCLxJE_E5_W5BNe", }, }, - // Specifies the set of files and directories that are included in this package. // Only files and directories listed here are included in the `hash` that // is computed for this package. Only files listed here will remain on disk |
