-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
37 lines (37 loc) · 1.18 KB
/
Copy path.gitmodules
File metadata and controls
37 lines (37 loc) · 1.18 KB
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
32
33
34
35
36
37
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/vulkan"]
path = third_party/vulkan
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "third_party/volk"]
path = third_party/volk
url = https://github.com/zeux/volk
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb
[submodule "third_party/tinygltf"]
path = third_party/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "third_party/CTPL"]
path = third_party/CTPL
url = https://github.com/vit-vit/CTPL
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt
[submodule "third_party/assimp"]
path = third_party/assimp
url = https://github.com/assimp/assimp.git
[submodule "third_party/tinyxml2"]
path = third_party/tinyxml2
url = https://github.com/leethomason/tinyxml2