From 2b5776b1017c62fe7615f630f2f7ba48cce75e69 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 2 Aug 2023 16:01:46 -0700 Subject: [PATCH] switch back to mach-glfw fork So we don't need to fully adopt the Zig package manager yet. --- .gitmodules | 2 +- vendor/mach-glfw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 70a7fdbcb..b07913876 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,4 +42,4 @@ url = https://github.com/hexops/sdk-linux-x86_64.git [submodule "vendor/mach-glfw"] path = vendor/mach-glfw - url = https://github.com/hexops/mach-glfw.git + url = https://github.com/mitchellh/mach-glfw.git diff --git a/vendor/mach-glfw b/vendor/mach-glfw index 70ff87ba8..037ccd1a2 160000 --- a/vendor/mach-glfw +++ b/vendor/mach-glfw @@ -1 +1 @@ -Subproject commit 70ff87ba8af0820bbcfdbdf3b15555cb4c19f7ab +Subproject commit 037ccd1a241cf71d6e777ef5fff1b1241cf652e0