-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.74 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "Third-Party/glfw"]
path = Third-Party/glfw
url = https://github.com/glfw/glfw.git
[submodule "Third-Party/imgui"]
path = Third-Party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Third-Party/glm"]
path = Third-Party/glm
url = https://github.com/g-truc/glm.git
[submodule "Third-Party/stb"]
path = Third-Party/stb
url = https://github.com/nothings/stb.git
[submodule "Third-Party/fmt"]
path = Third-Party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "Third-Party/spdlog"]
path = Third-Party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Third-Party/entt"]
path = Third-Party/entt
url = https://github.com/skypjack/entt.git
[submodule "Third-Party/volk"]
path = Third-Party/volk
url = https://github.com/zeux/volk.git
[submodule "Third-Party/assimp"]
path = Third-Party/assimp
url = https://github.com/assimp/assimp.git
[submodule "Third-Party/VulkanMemoryAllocator"]
path = Third-Party/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Third-Party/ImGuizmo"]
path = Third-Party/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "Third-Party/yaml-cpp"]
path = Third-Party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "Third-Party/nativefiledialog-extended"]
path = Third-Party/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "Third-Party/JoltPhysics"]
path = Third-Party/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "Third-Party/json"]
path = Third-Party/json
url = https://github.com/nlohmann/json.git
[submodule "Third-Party/tomlplusplus"]
path = Third-Party/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git