aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-10 00:57:08 +0900
committernsfisis <nsfisis@gmail.com>2025-07-10 00:57:08 +0900
commit75f7caf04b01c8c739a3482a6a630141b3a0d195 (patch)
tree3cd573a2bc11f9bd5f793dfede9b03407e40e8e1
parent76657dddd4f37f55a3912ac44d2ba8722645b1b6 (diff)
downloadRayTracingInOneWeekend.zig-75f7caf04b01c8c739a3482a6a630141b3a0d195.tar.gz
RayTracingInOneWeekend.zig-75f7caf04b01c8c739a3482a6a630141b3a0d195.tar.zst
RayTracingInOneWeekend.zig-75f7caf04b01c8c739a3482a6a630141b3a0d195.zip
feat: switch to official zigimg instead of forked one
-rw-r--r--build.zig.zon5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 5e8b8de..5eba9df 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -65,10 +65,9 @@
// // actually used.
// .lazy = false,
//},
- // TODO: Zig 0.14 support has not been merged to zigimg/zigimg yet.
.zigimg = .{
- .url = "https://github.com/TUSF/zigimg/archive/7e098bf6be568cb8bd659397c2d5c291893095bc.tar.gz",
- .hash = "1220e3f7a6ab3d53eabe4723290a665628efc3fe94e85baa854450fc9a5e8528a74e",
+ .url = "https://github.com/zigimg/zigimg/archive/7144f698850afd968fa87e04b95343d819912a33.tar.gz",
+ .hash = "zigimg-0.1.0-8_eo2h6XEgAR6UkBiCtWECcml0gtx0oIXE3MX7sPCZof",
},
},