-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
37 lines (37 loc) · 1.22 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
[submodule "3rdParty/entt"]
path = 3rdParty/entt
url = https://github.com/skypjack/entt
branch = v3.10.x
[submodule "3rdParty/imgui"]
path = 3rdParty/imgui
url = https://github.com/VMormoris/imgui
[submodule "3rdParty/glm"]
path = 3rdParty/glm
url = https://github.com/g-truc/glm
[submodule "3rdParty/stb"]
path = 3rdParty/stb
url = https://github.com/nothings/stb
[submodule "3rdParty/IconFontCppHeaders"]
path = 3rdParty/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "3rdParty/box2d"]
path = 3rdParty/box2d
url = https://github.com/VMormoris/box2d
[submodule "3rdParty/ImGuizmo"]
path = 3rdParty/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "3rdParty/glfw"]
path = 3rdParty/glfw
url = https://github.com/VMormoris/glfw
[submodule "3rdParty/gtreflect"]
path = 3rdParty/gtreflect
url = https://github.com/VMormoris/gtreflect
[submodule "3rdParty/yaml-cpp"]
path = 3rdParty/yaml-cpp
url = https://github.com/VMormoris/yaml-cpp
[submodule "3rdParty/libsndfile"]
path = 3rdParty/libsndfile
url = https://github.com/VMormoris/libsndfile.git
[submodule "3rdParty/msdf-atlas-gen"]
path = 3rdParty/msdf-atlas-gen
url = https://github.com/VMormoris/msdf-atlas-gen.git