-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 653 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "glslang"]
path = glslang
url = https://github.com/Kode/glslang.git
branch = main
[submodule "tests"]
path = tests
url = https://github.com/Kode/krafix_tests.git
branch = main
[submodule "sourcemap.cpp"]
path = sourcemap.cpp
url = https://github.com/Kode/sourcemap.cpp.git
branch = main
[submodule "SPIRV-Cross"]
path = SPIRV-Cross
url = https://github.com/Kode/SPIRV-Cross.git
branch = main
[submodule "SPIRV-Tools"]
path = SPIRV-Tools
url = https://github.com/Kode/SPIRV-Tools.git
branch = main
[submodule "SPIRV-Headers"]
path = SPIRV-Headers
url = https://github.com/Kode/SPIRV-Headers.git
branch = main