mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
In the DEPS file we are going to use Chromium's mirror of github.com/KhronosGroup/SPIRV-Cross so we need to adjust .gitmodules to point to it instead of Kangz/SPIRV-Cross. Also take that opportunity to roll SPIRV-Cross. Change-Id: I4f53a4fc54f5b1b9a754ac55e976c81e5eeabeb2
28 lines
972 B
Plaintext
28 lines
972 B
Plaintext
[submodule "external/glfw"]
|
|
path = third_party/glfw
|
|
url = https://github.com/glfw/glfw.git
|
|
[submodule "external/googletest"]
|
|
path = third_party/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "external/glslang"]
|
|
path = third_party/glslang
|
|
url = https://github.com/google/glslang.git
|
|
[submodule "external/shaderc"]
|
|
path = third_party/shaderc
|
|
url = https://github.com/google/shaderc.git
|
|
[submodule "external/spirv-tools"]
|
|
path = third_party/spirv-tools
|
|
url = https://github.com/KhronosGroup/SPIRV-Tools.git
|
|
[submodule "external/spirv-headers"]
|
|
path = third_party/spirv-headers
|
|
url = https://github.com/KhronosGroup/SPIRV-Headers.git
|
|
[submodule "external/spirv-cross"]
|
|
path = third_party/spirv-cross
|
|
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
|
[submodule "external/stb"]
|
|
path = third_party/stb
|
|
url = https://github.com/nothings/stb.git
|
|
[submodule "external/glm"]
|
|
path = third_party/glm
|
|
url = https://github.com/g-truc/glm.git
|