From 80ca865c4d1de4805e012576f796de034564d553 Mon Sep 17 00:00:00 2001 From: Chris Heyes <22148308+hazeycode@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:46:24 +0000 Subject: [PATCH] update zmath dep --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 97bf46d..5d4c5b5 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -11,7 +11,7 @@ .dependencies = .{ // Used by tests .zmath = .{ - .url = "https://github.com/zig-gamedev/zmath/archive/refs/heads/main.tar.gz", + .url = "https://github.com/zig-gamedev/zmath/archive/fb075f0f2f90d6d938a5959a3a79700cdec155c2.tar.gz", .hash = "1220081d55b58b968d953db1afc2fb01b2f5733929144e69522461ce25fa6450d84e", }, },