-
-
Notifications
You must be signed in to change notification settings - Fork 276
/
.gitmodules
29 lines (28 loc) · 873 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[submodule "libs/pugixml"]
path = libs/pugixml
url = https://github.com/zeux/pugixml
[submodule "libs/ImGuiColorTextEdit"]
path = libs/ImGuiColorTextEdit
url = https://github.com/dfranx/ImGuiColorTextEdit
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/dfranx/imgui.git
branch = docking
[submodule "libs/glslang"]
path = libs/glslang
url = https://github.com/KhronosGroup/glslang
ignore = dirty
[submodule "libs/assimp"]
path = libs/assimp
url = https://github.com/dfranx/assimp.git
[submodule "libs/SPIRV-VM"]
path = libs/SPIRV-VM
url = https://github.com/dfranx/SPIRV-VM.git
ignore = dirty
[submodule "libs/ShaderExpressionParser"]
path = libs/ShaderExpressionParser
url = https://github.com/dfranx/ShaderExpressionParser
[submodule "libs/SpvGenTwo"]
path = libs/SpvGenTwo
url = https://github.com/dfranx/SpvGenTwo
ignore = dirty