-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
26 lines (25 loc) · 807 Bytes
/
.gitmodules
File metadata and controls
26 lines (25 loc) · 807 Bytes
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
[submodule "thirdParty/spdlog"]
path = thirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdParty/glfw"]
path = thirdParty/glfw
url = https://github.com/glfw/glfw
[submodule "thirdParty/glm"]
path = thirdParty/glm
url = https://github.com/icaven/glm
[submodule "thirdParty/tinygltf"]
path = thirdParty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "thirdParty/entt"]
path = thirdParty/entt
url = https://github.com/skypjack/entt
[submodule "thirdParty/yaml-cpp"]
path = thirdParty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "thirdParty/ImGuizmo"]
path = thirdParty/ImGuizmo
url = https://github.com/willproj/ImGuizmo
[submodule "thirdParty/imgui"]
path = thirdParty/imgui
url = https://github.com/TheYangYang/imgui.git
branch = docking