-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
25 lines (25 loc) · 893 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
[submodule "thirdparty/glad"]
path = thirdparty/glad
url = https://github.com/Dav1dde/glad.git
branch = v2.0.6
[submodule "thirdparty/SDL-mirror"]
path = thirdparty/SDL-mirror
url = https://github.com/spurious/SDL-mirror.git
[submodule "thirdparty/freetype2"]
path = thirdparty/freetype2
url = git://git.sv.nongnu.org/freetype/freetype2.git
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "thirdparty/eos-portable-archive"]
path = thirdparty/eos-portable-archive
url = [email protected]:daldegam/eos-portable-archive.git
[submodule "thirdparty/SDL"]
path = thirdparty/SDL
url = [email protected]:libsdl-org/SDL.git