-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.1 KB
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1.1 KB
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
[submodule "dependencies/thirdparty/angle"]
path = dependencies/thirdparty/angle
url = https://github.com/coderox/angle.git
shallow = true
[submodule "dependencies/thirdparty/vcpkg"]
path = dependencies/thirdparty/vcpkg
url = https://github.com/Microsoft/vcpkg.git
shallow = true
[submodule "dependencies/thirdparty/tweeny"]
path = dependencies/thirdparty/tweeny
url = https://github.com/mobius3/tweeny.git
shallow = true
[submodule "dependencies/thirdparty/glm"]
path = dependencies/thirdparty/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "dependencies/thirdparty/cpr"]
path = dependencies/thirdparty/cpr
url = https://github.com/libcpr/cpr.git
shallow = true
[submodule "dependencies/thirdparty/entt"]
path = dependencies/thirdparty/entt
url = git@github.com:skypjack/entt.git
shallow = true
[submodule "dependencies/thirdparty/openal-soft"]
path = dependencies/thirdparty/openal-soft
url = https://github.com/kcat/openal-soft
shallow = true
[submodule "dependencies/thirdparty/glfw"]
path = dependencies/thirdparty/glfw
url = https://github.com/glfw/glfw.git
shallow = true