diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-18 17:04:33 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-18 17:04:33 +1000 |
commit | 450d80fc81404dbeab949552b630d72bec80db85 (patch) | |
tree | fcdbd068b1d79437b6263cf3b723015d23d0067a /.gitmodules | |
parent | b9388935990c80c4ef35f33650ef236ffb39217c (diff) |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
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 |