-
Notifications
You must be signed in to change notification settings - Fork 58
/
.gitmodules
42 lines (42 loc) · 1.84 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
38
39
40
41
42
[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/Illation/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
[submodule "Engine/third_party/bc7enc/bc7enc"]
path = Engine/third_party/bc7enc/bc7enc
url = https://github.com/richgel999/bc7enc
[submodule "Engine/third_party/convectionKernels/ConvectionKernels"]
path = Engine/third_party/convectionKernels/ConvectionKernels
url = https://github.com/elasota/ConvectionKernels
[submodule "Engine/third_party/rmlui/RmlUi"]
path = Engine/third_party/rmlui/RmlUi
url = https://github.com/mikke89/RmlUi.git
[submodule "Engine/third_party/imgui/imgui"]
path = Engine/third_party/imgui/imgui
url = https://github.com/ocornut/imgui