From de4ea5656658e31eb8b5f4010805e204b671be7a Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Sat, 8 Jul 2023 12:18:02 -0700 Subject: [PATCH] all: update dependencies Signed-off-by: Wrench[bot] --- build.zig.zon | 4 ++-- libs/core/build.zig.zon | 4 ++-- libs/gpu/build.zig.zon | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 54e5f09c..f274d314 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -31,8 +31,8 @@ .hash = "1220b52bfeee934e5b4863123fc702cdce84b6c5bec7a00ac1b4ccd91504f006b7f6", }, .mach_glfw = .{ - .url = "https://github.com/hexops/mach-glfw/archive/ddb1cf1cb712fd60fc7f8d14e8f84925e557562a.tar.gz", - .hash = "122034c6b14f8c4ee65bc99efc673c4d71661ad8bb52a485da9b623ec6b8cd9ab8e9", + .url = "https://github.com/hexops/mach-glfw/archive/b119c63dd77764eeafe758d54accd0329821a729.tar.gz", + .hash = "1220fb0fb65621a4fc7406e4f74a87a0c60208f8a257cd7ca4e20da0925f875e70d0", }, .glfw = .{ .url = "https://github.com/hexops/glfw/archive/49c21c3d2fcaf9799b593f5320ce8e598a692c74.tar.gz", diff --git a/libs/core/build.zig.zon b/libs/core/build.zig.zon index 9702d8b2..41c1467c 100644 --- a/libs/core/build.zig.zon +++ b/libs/core/build.zig.zon @@ -11,8 +11,8 @@ .hash = "1220ff812193615e03375a342a7c8a52f368eab219bceab3039de1915f9c945f2a66", }, .mach_glfw = .{ - .url = "https://github.com/hexops/mach-glfw/archive/ddb1cf1cb712fd60fc7f8d14e8f84925e557562a.tar.gz", - .hash = "122034c6b14f8c4ee65bc99efc673c4d71661ad8bb52a485da9b623ec6b8cd9ab8e9", + .url = "https://github.com/hexops/mach-glfw/archive/b119c63dd77764eeafe758d54accd0329821a729.tar.gz", + .hash = "1220fb0fb65621a4fc7406e4f74a87a0c60208f8a257cd7ca4e20da0925f875e70d0", }, .glfw = .{ .url = "https://github.com/hexops/glfw/archive/49c21c3d2fcaf9799b593f5320ce8e598a692c74.tar.gz", diff --git a/libs/gpu/build.zig.zon b/libs/gpu/build.zig.zon index 8ec28443..0eca4ba1 100644 --- a/libs/gpu/build.zig.zon +++ b/libs/gpu/build.zig.zon @@ -3,8 +3,8 @@ .version = "0.2.0", .dependencies = .{ .mach_glfw = .{ - .url = "https://github.com/hexops/mach-glfw/archive/ddb1cf1cb712fd60fc7f8d14e8f84925e557562a.tar.gz", - .hash = "122034c6b14f8c4ee65bc99efc673c4d71661ad8bb52a485da9b623ec6b8cd9ab8e9", + .url = "https://github.com/hexops/mach-glfw/archive/b119c63dd77764eeafe758d54accd0329821a729.tar.gz", + .hash = "1220fb0fb65621a4fc7406e4f74a87a0c60208f8a257cd7ca4e20da0925f875e70d0", }, .glfw = .{ .url = "https://github.com/hexops/glfw/archive/49c21c3d2fcaf9799b593f5320ce8e598a692c74.tar.gz",