-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
27 lines (27 loc) · 996 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
[submodule "3rdparty/DirectXTK12"]
path = 3rdparty/DirectXTK12
url = https://github.com/microsoft/DirectXTK12.git
[submodule "3rdparty/pugixml"]
path = 3rdparty/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "3rdparty/assimp"]
path = 3rdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "3rdparty/stb/stb"]
path = 3rdparty/stb/stb
url = https://github.com/nothings/stb.git
[submodule "3rdparty/imgui/imgui"]
path = 3rdparty/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rdparty/imgui/imgui-filebrowser"]
path = 3rdparty/imgui/imgui-filebrowser
url = https://github.com/AirGuanZ/imgui-filebrowser.git
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rdparty/exr/tinyexr"]
path = 3rdparty/exr/tinyexr
url = https://github.com/syoyo/tinyexr.git
[submodule "3rdparty/imgui/ImGuizmo"]
path = 3rdparty/imgui/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git