-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 920 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 920 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
[submodule "Source/ThirdParty/Catch2"]
path = Source/ThirdParty/Catch2
url = https://github.com/catchorg/Catch2
[submodule "Source/ThirdParty/mimalloc"]
path = Source/ThirdParty/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "Source/ThirdParty/spdlog"]
path = Source/ThirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "Source/ThirdParty/tracy"]
path = Source/ThirdParty/tracy
url = https://github.com/wolfpld/tracy
[submodule "Source/ThirdParty/DirectX-Headers"]
path = Source/ThirdParty/DirectX-Headers
url = https://github.com/Microsoft/DirectX-Headers
[submodule "Source/ThirdParty/imgui"]
path = Source/ThirdParty/imgui
url = https://github.com/ocornut/imgui
[submodule "Source/ThirdParty/entt"]
path = Source/ThirdParty/entt
url = https://github.com/skypjack/entt
[submodule "Source/ThirdParty/glm"]
path = Source/ThirdParty/glm
url = https://github.com/g-truc/glm