-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
37 lines (37 loc) · 1.08 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
[submodule "lib/openal-soft"]
path = lib/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "lib/freealut"]
path = lib/freealut
url = https://github.com/vancegroup/freealut
[submodule "lib/vorbis"]
path = lib/vorbis
url = https://github.com/xiph/vorbis
[submodule "lib/ogg"]
path = lib/ogg
url = https://github.com/xiph/ogg
[submodule "lib/entt"]
path = lib/entt
url = https://github.com/skypjack/entt
[submodule "lib/freetype2"]
path = lib/freetype2
url = https://github.com/aseprite/freetype2
[submodule "lib/cereal"]
path = lib/cereal
url = https://github.com/USCiLab/cereal
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "lib/freetype-windows-binaries"]
path = lib/freetype-windows-binaries
url = https://github.com/ubawurinna/freetype-windows-binaries
[submodule "lib/sol2"]
path = lib/sol2
url = https://github.com/ThePhD/sol2
[submodule "lib/sdl2"]
path = lib/sdl2
url = https://github.com/spurious/SDL-mirror
[submodule "lib/dirent"]
path = lib/dirent
url = https://github.com/tronkko/dirent