From 5377dbdf9935b0de767f76ea4650e7aba4516b32 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 19 Jan 2026 18:28:34 +0100 Subject: [PATCH] updating NZSL version --- build.zig.zon | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index ff1928f..4ccc26e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,12 +1,13 @@ .{ .name = .NZSL, - .version = "1.1.1", + .version = "1.1.2", .fingerprint = 0xd558585854524c37, + .minimum_zig_version = "0.15.2", .dependencies = .{ .nzsl = .{ - .url = "git+https://github.com/NazaraEngine/ShaderLang?ref=v1.1.1#6d06572eaa664b1655f57522edf1e8c88292be0a", - .hash = "N-V-__8AAPOQIwAwA5SQCrbVxrBp5Q7YX--899XJIjFv6rZn", + .url = "git+https://github.com/NazaraEngine/ShaderLang#96de6b0e3f73d223aa7a01d1892bb7bb9dccdc36", + .hash = "N-V-__8AAJeUIwAhNa90q_cEWtSm4VFvyZ5TyNfoNsmpwpA5", .lazy = true, }, .NazaraUtils = .{