From e6b7ffe57cc1ce59d73a4e6feb21481cd35efde3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 6 Apr 2023 08:56:08 -0700 Subject: [PATCH] remove mach, specialize to mach-glfw --- .gitmodules | 6 +++--- vendor/mach | 1 - vendor/mach-glfw | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 vendor/mach create mode 160000 vendor/mach-glfw diff --git a/.gitmodules b/.gitmodules index 793dcf0a0..6a4ca53b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "vendor/mach"] - path = vendor/mach - url = https://github.com/hexops/mach.git [submodule "vendor/freetype"] path = vendor/freetype url = https://github.com/freetype/freetype.git @@ -43,3 +40,6 @@ [submodule "vendor/mach-sdk/sdk-linux-x86_64"] path = vendor/mach-sdk/sdk-linux-x86_64 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 diff --git a/vendor/mach b/vendor/mach deleted file mode 160000 index 60597f78d..000000000 --- a/vendor/mach +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 60597f78d8057d134fc92eed8b7762bb27a74fbf diff --git a/vendor/mach-glfw b/vendor/mach-glfw new file mode 160000 index 000000000..871de9334 --- /dev/null +++ b/vendor/mach-glfw @@ -0,0 +1 @@ +Subproject commit 871de9334926273b41c80b0fb13a74d8438eb4e7