-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 824 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "include/external/vkCore"]
path = include/external/vkCore
url = https://github.com/chillpert/vkCore
[submodule "include/external/tinyLogger"]
path = include/external/tinyLogger
url = https://github.com/chillpert/tinyLogger
[submodule "include/external/SDL"]
path = include/external/SDL
url = https://github.com/libsdl-org/SDL
[submodule "include/external/glm"]
path = include/external/glm
url = https://github.com/g-truc/glm
[submodule "include/external/tinyobjloader"]
path = include/external/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "include/external/KTX-Software"]
path = include/external/KTX-Software
url = https://github.com/KhronosGroup/KTX-Software
[submodule "include/external/imgui"]
path = include/external/imgui
url = https://github.com/ocornut/imgui