-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 797 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 797 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
[submodule "external/ldc"]
path = external/ldc
url = https://github.com/ldc-developers/ldc.git
[submodule "external/dub"]
path = external/dub
url = https://github.com/dlang/dub.git
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/SDL-mirror/SDL.git
[submodule "external/SDL_image"]
path = external/SDL_image
url = https://github.com/SDL-mirror/SDL_image.git
[submodule "external/zlib"]
path = external/zlib
url = https://github.com/cloudflare/zlib.git
[submodule "external/libpng"]
path = external/libpng
url = https://github.com/glennrp/libpng.git
[submodule "external/pkgconf"]
path = external/pkgconf
url = https://github.com/pkgconf/pkgconf.git
[submodule "external/SDL_mixer"]
path = external/SDL_mixer
url = https://github.com/SDL-mirror/SDL_mixer.git