-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1002 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
26
27
28
29
30
[submodule "deps/assimp"]
path = deps/assimp
url = https://github.com/assimp/assimp.git
[submodule "dependency/assimp"]
path = dependency/assimp
url = https://github.com/assimp/assimp.git
[submodule "dependency/fmt"]
path = dependency/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "dependency/cxxopts"]
path = dependency/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "dependency/glfw"]
path = dependency/glfw
url = https://github.com/glfw/glfw.git
[submodule "dependency/glm"]
path = dependency/glm
url = https://github.com/g-truc/glm.git
[submodule "dependency/stb"]
path = dependency/stb
url = https://github.com/nothings/stb.git
[submodule "dependency/freetype"]
path = dependency/freetype
url = https://github.com/freetype/freetype.git
[submodule "dependency/spdlog"]
path = dependency/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependency/magic_enum"]
path = dependency/magic_enum
url = https://github.com/Neargye/magic_enum.git