exr-zig

Use EXR images
git clone git://git.electrosoup.com/exr-zig
Log | Files | Refs

commit e9f5691d54dded09095ccdd584b514f645947dd0
parent 3457726e51ce107e929a9751d327dd8dfc6fa2e4
Author: zachdworkin <zachary.dworkin.public@gmail.com>
Date:   Sat,  2 Aug 2025 12:04:54 -0700

Add fingerprint to zon

Diffstat:
Mbuild.zig.zon | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.zig.zon b/build.zig.zon @@ -1,8 +1,9 @@ .{ - .name = "exr-zig", + .name = .exr_zig, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. .version = "0.0.0", + .fingerprint = 0x8d6056580b624451, // This field is optional. // This is currently advisory only; Zig does not yet do anything