forked from GameDevTecnico/cubos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 961 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 "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/openal-soft"]
path = core/lib/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "core/lib/stduuid"]
path = core/lib/stduuid
url = https://github.com/mariusbancila/stduuid.git
[submodule "core/lib/doctest"]
path = lib/doctest
url = https://github.com/doctest/doctest
[submodule "docs/css/m.css"]
path = docs/css
url = https://github.com/mosra/m.css
[submodule "engine/lib/imgui"]
path = engine/lib/imgui
url = https://github.com/ocornut/imgui.git
[submodule "core/lib/json"]
path = core/lib/json
url = https://github.com/nlohmann/json.git
[submodule "core/lib/glad"]
path = core/lib/glad
url = https://github.com/Dav1dde/glad.git
[submodule "engine/lib/implot"]
path = engine/lib/implot
url = https://github.com/epezent/implot.git