forked from Illation/ETEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 1.41 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
[submodule "third_party/assimp/assimp"]
path = Engine/third_party/assimp/assimp
url = https://github.com/assimp/assimp
[submodule "third_party/bullet/bullet3"]
path = Engine/third_party/bullet/bullet3
url = https://github.com/bulletphysics/bullet3
[submodule "third_party/Catch2"]
path = Engine/third_party/Catch2
url = https://github.com/catchorg/Catch2
[submodule "third_party/glad/glad"]
path = Engine/third_party/glad/glad
url = https://github.com/Dav1dde/glad
[submodule "third_party/glfw/glfw"]
path = Engine/third_party/glfw/glfw
url = https://github.com/glfw/glfw
[submodule "third_party/mikkt/ext-mikktspace"]
path = Engine/third_party/mikkt/ext-mikktspace
url = https://github.com/tcoppex/ext-mikktspace
[submodule "third_party/openal/openal-soft"]
path = Engine/third_party/openal/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "third_party/rttr/rttr"]
path = Engine/third_party/rttr/rttr
url = https://github.com/rttrorg/rttr
[submodule "third_party/stb/stb"]
path = Engine/third_party/stb/stb
url = https://github.com/nothings/stb
[submodule "third_party/vcpkg/vcpkg"]
path = Engine/third_party/vcpkg/vcpkg
url = https://github.com/Microsoft/vcpkg
[submodule "Engine/third_party/gtk/GTK-for-Windows-Runtime-Environment-Installer"]
path = Engine/third_party/gtk/GTK-for-Windows-Runtime-Environment-Installer
url = https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer