-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 901 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "frontend/3rdparty/imgui"]
path = frontend/3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "frontend/3rdparty/glad"]
path = frontend/3rdparty/glad
url = https://github.com/MIXISAMA/glad2-cpp-gl4.6-core
[submodule "frontend/3rdparty/stb"]
path = frontend/3rdparty/stb
url = https://github.com/nothings/stb
[submodule "frontend/3rdparty/glm"]
path = frontend/3rdparty/glm
url = https://github.com/g-truc/glm
[submodule "frontend/3rdparty/glfw"]
path = frontend/3rdparty/glfw
url = https://github.com/glfw/glfw
[submodule "frontend/3rdparty/assimp"]
path = frontend/3rdparty/assimp
url = https://github.com/assimp/assimp
[submodule "frontend/3rdparty/boost"]
path = frontend/3rdparty/boost
url = https://github.com/boostorg/boost
[submodule "frontend/3rdparty/freetype"]
path = frontend/3rdparty/freetype
url = https://gitlab.freedesktop.org/freetype/freetype