-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
30 lines (30 loc) · 1011 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
28
29
30
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "data"]
path = data
url = https://github.com/onqtam/gamedata.git
[submodule "third_party/doctest"]
path = third_party/doctest
url = https://github.com/onqtam/doctest.git
[submodule "third_party/ucm"]
path = third_party/ucm
url = https://github.com/onqtam/ucm.git
[submodule "third_party/dynamix"]
path = third_party/dynamix
url = https://github.com/iboB/dynamix.git
[submodule "third_party/sajson"]
path = third_party/sajson
url = https://github.com/iboB/sajson.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/tinygizmo"]
path = third_party/tinygizmo
url = https://github.com/ddiakopoulos/tinygizmo.git
[submodule "third_party/yama"]
path = third_party/yama
url = https://github.com/iboB/yama.git
[submodule "third_party/mustache"]
path = third_party/mustache
url = https://github.com/kainjow/Mustache.git