-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1000 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1000 Bytes
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 "external/vorbis"]
path = external/vorbis
url = https://github.com/teampopwork/vorbis
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/teampopwork/SDL
[submodule "external/SDL_ttf"]
path = external/SDL_ttf
url = https://github.com/teampopwork/SDL_ttf
[submodule "external/openal"]
path = external/openal
url = https://github.com/teampopwork/openal-soft
[submodule "external/ogg"]
path = external/ogg
url = https://github.com/teampopwork/ogg
[submodule "external/miniaudio"]
path = external/miniaudio
url = https://github.com/teampopwork/miniaudio
[submodule "external/curl"]
path = external/curl
url = https://github.com/teampopwork/curl.git
[submodule "external/zlib"]
path = external/zlib
url = https://github.com/madler/zlib
[submodule "external/discordrpc"]
path = external/discordrpc
url = https://github.com/EclipseMenu/discord-presence
[submodule "external/tinyxml2"]
path = external/tinyxml2
url = https://github.com/leethomason/tinyxml2