From 70c6ccf4617459a8b0ce5ede67f51a8cf68d521d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 18 Apr 2024 14:22:05 -0700 Subject: [PATCH] update mach-glfw to use b.path for relative includes --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 1d7e61697..74f01ef2f 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,8 +9,8 @@ .hash = "1220f05bb06ce2704ae7b183514ce415719469bf1fa025b3158c55f7cc4755cb1fa5", }, .mach_glfw = .{ - .url = "https://github.com/mitchellh/mach-glfw/archive/5932d29c91fd2dcb7cea554148eaf501d984fe4e.tar.gz", - .hash = "122077df11446a60e4e6868a2e9874583b11b66635e1f535061b1bac0340e7e2f2ca", + .url = "https://github.com/mitchellh/mach-glfw/archive/edd78cfc113d8630e8f79a127b875207b772b4d5.tar.gz", + .hash = "12202d49560579996da3c9215c93e69168286489b2ef120f7755bd1a8c318a1b685a", .lazy = true, }, .zig_objc = .{