From 450d80fc81404dbeab949552b630d72bec80db85 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sat, 18 Jan 2025 17:04:33 +1000 Subject: Remove SPIRV-Tools and SPIRV-Headers submodules temporarily The SPIRV-Tools and SPIRV-Headers submodules are being temporarily removed to fix their directory structure. They will be re-added in a follow-up commit with the correct directory organization. --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8f1cc4342..0d8210906 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,9 +67,3 @@ [submodule "Vulkan-Utility-Libraries"] path = externals/Vulkan-Utility-Libraries url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git -[submodule "externals/SPIRV-Tools"] - path = externals/SPIRV-Tools - url = https://github.com/KhronosGroup/SPIRV-Tools.git -[submodule "externals/SPIRV-Headers"] - path = externals/SPIRV-Headers - url = https://github.com/KhronosGroup/SPIRV-Headers.git -- cgit v1.2.3