From c510ff4ee450e98c87f8da41ff1dd126566c3d2d Mon Sep 17 00:00:00 2001 From: Simonx22 Date: Sat, 14 Jan 2023 20:39:48 +0100 Subject: [PATCH] .gitmodules: change SPIRV-Cross branch to main See https://github.com/KhronosGroup/SPIRV-Cross/issues/2081 for more details. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4b6ce17758..a6d8a69e7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ [submodule "Externals/spirv_cross/SPIRV-Cross"] path = Externals/spirv_cross/SPIRV-Cross url = https://github.com/KhronosGroup/SPIRV-Cross.git - branch = master + branch = main shallow = true [submodule "SDL"] path = Externals/SDL/SDL