Skip to content

Commit

Permalink
git: add branches to .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 7, 2024
1 parent 3acf9c1 commit 16bf092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[submodule "spirv-cross"]
path = external/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
branch = main
[submodule "spirv-headers"]
path = external/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
branch = main
[submodule "spirv-tools"]
path = external/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
branch = main
[submodule "DirectXShaderCompiler"]
path = external/DirectXShaderCompiler
url = https://github.com/microsoft/DirectXShaderCompiler.git
branch = main

0 comments on commit 16bf092

Please sign in to comment.