-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitmodules
27 lines (27 loc) · 1.08 KB
/
.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 "core/third-party/spdlog"]
path = core/third-party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "core/third-party/imgui"]
path = core/third-party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "core/third-party/incbin"]
path = core/third-party/incbin
url = https://github.com/graphitemaster/incbin.git
[submodule "core/third-party/minhook"]
path = core/third-party/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "core/third-party/glm"]
path = core/third-party/glm
url = https://github.com/g-truc/glm.git
[submodule "core/third-party/IconFontCppHeaders"]
path = core/third-party/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "core/third-party/json"]
path = core/third-party/json
url = https://github.com/nlohmann/json.git
[submodule "core/third-party/tinyobjloader"]
path = core/third-party/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "core/third-party/magic_enum"]
path = core/third-party/magic_enum
url = https://github.com/Neargye/magic_enum.git