aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon11
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