-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
49 lines (49 loc) · 1.53 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "vendor/doxygen-awesome-css"]
path = vendor/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw
[submodule "vendor/microprofile"]
path = vendor/microprofile
url = https://github.com/jonasmr/microprofile
[submodule "vendor/entt"]
path = vendor/entt
url = https://github.com/skypjack/entt
[submodule "vendor/doctest"]
path = vendor/doctest
url = https://github.com/doctest/doctest
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json
[submodule "vendor/cereal"]
path = vendor/cereal
url = https://github.com/USCiLab/cereal
[submodule "vendor/openal-soft"]
path = vendor/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "vendor/libsndfile"]
path = vendor/libsndfile
url = https://github.com/libsndfile/libsndfile
[submodule "vendor/cpptrace"]
path = vendor/cpptrace
url = https://github.com/jeremy-rifkin/cpptrace
[submodule "vendor/freetype"]
path = vendor/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "vendor/minizip-ng"]
path = vendor/minizip-ng
url = https://github.com/zlib-ng/minizip-ng