-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 946 Bytes
/
.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 "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/freetype"]
path = third_party/freetype
url = http://git.sv.nongnu.org/r/freetype/freetype2.git
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/assimp"]
path = third_party/assimp
url = https://github.com/assimp/assimp.git
[submodule "third_party/soloud"]
path = third_party/soloud
url = https://github.com/jarikomppa/soloud.git
[submodule "third_party/entt"]
path = third_party/entt
url = https://github.com/skypjack/entt.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/yaml-cpp"]
path = third_party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git