-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.02 KB
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 1.02 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
[submodule "Engine/ThirdParty/glfw"]
path = Engine/ThirdParty/glfw
url = https://github.com/glfw/glfw
[submodule "Engine/ThirdParty/spdlog"]
path = Engine/ThirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "Engine/ThirdParty/tinygltf"]
path = Engine/ThirdParty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "Engine/ThirdParty/glm"]
path = Engine/ThirdParty/glm
url = https://github.com/g-truc/glm
[submodule "Engine/ThirdParty/entt"]
path = Engine/ThirdParty/entt
url = https://github.com/skypjack/entt
[submodule "Engine/ThirdParty/crossguid"]
path = Engine/ThirdParty/crossguid
url = https://github.com/graeme-hill/crossguid
[submodule "Engine/ThirdParty/assimp"]
path = Engine/ThirdParty/assimp
url = https://github.com/assimp/assimp
[submodule "Engine/ThirdParty/imgui/imgui"]
path = Engine/ThirdParty/imgui/imgui
url = https://github.com/ocornut/imgui
[submodule "Engine/ThirdParty/imguizmo/ImGuizmo"]
path = Engine/ThirdParty/imguizmo/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo