-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 1 KB
/
.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
30
31
[submodule "Agate/vender/glfw"]
path = Agate/vender/glfw
url = https://github.com/TANK1-41/glfw
[submodule "Agate/vender/spdlog"]
path = Agate/vender/spdlog
url = https://github.com/TANK1-41/spdlog
[submodule "Agate/vender/imgui"]
path = Agate/vender/imgui
url = https://github.com/wba6/imgui.git
branch = docking
[submodule "Agate/vender/glm"]
path = Agate/vender/glm
url = https://github.com/TANK1-41/glm
[submodule "Agate/vender/assimp"]
path = Agate/vender/assimp
url = https://github.com/wba6/assimp.git
[submodule "Agate/vender/stb"]
path = Agate/vender/stb
url = https://github.com/wba6/stb.git
[submodule "Agate/vender/glad"]
path = Agate/vender/glad
url = https://github.com/wba6/glad.git
[submodule "Agate/vender/gli"]
path = Agate/vender/gli
url = https://github.com/g-truc/gli.git
[submodule "Agate/vender/SOIL2"]
path = Agate/vender/SOIL2
url = https://github.com/SpartanJ/SOIL2.git
[submodule "Agate/vender/KTX"]
path = Agate/vender/KTX
url = https://github.com/KhronosGroup/KTX-Software.git