forked from GameDevTecnico/cubos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 804 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
[submodule "core/lib/glfw"]
path = core/lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "core/lib/glm"]
path = core/lib/glm
url = https://github.com/g-truc/glm.git
[submodule "core/lib/yaml-cpp"]
path = core/lib/yaml-cpp
url = https://github.com/jbeder/yaml-cpp/
[submodule "core/lib/googletest"]
path = core/lib/googletest
url = https://github.com/google/googletest.git
[submodule "core/lib/spdlog"]
path = core/lib/spdlog
url = https://github.com/gabime/spdlog
[submodule "core/lib/imgui"]
path = core/lib/imgui
url = https://github.com/ocornut/imgui.git
[submodule "docs/doxygen-awesome-css"]
path = docs/css/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "core/lib/fmt"]
path = core/lib/fmt
url = https://github.com/fmtlib/fmt.git