-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 860 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
[submodule "ThirdParty/entt"]
path = ThirdParty/entt
url = https://github.com/skypjack/entt.git
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "ThirdParty/ImGuizmo"]
path = ThirdParty/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "ThirdParty/thread-pool"]
path = ThirdParty/thread-pool
url = https://github.com/bshoshany/thread-pool.git
[submodule "ThirdParty/DiligentEngine"]
path = ThirdParty/DiligentEngine
url = https://github.com/Cutano/DiligentEngine.git
[submodule "ThirdParty/efsw"]
path = ThirdParty/efsw
url = https://github.com/Cutano/efsw.git
[submodule "ThirdParty/eventbus"]
path = ThirdParty/eventbus
url = https://github.com/Cutano/eventbus.git