-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitmodules
More file actions
51 lines (51 loc) · 1.55 KB
/
.gitmodules
File metadata and controls
51 lines (51 loc) · 1.55 KB
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
50
51
[submodule "freetype2"]
path = deps/freetype2/tree
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "freeimage"]
path = deps/freeimage/src
url = https://github.com/blitz3d-ng/freeimage
[submodule "enet"]
path = deps/enet/tree
url = https://github.com/lsalzman/enet.git
[submodule "ode"]
path = deps/ode/tree
url = https://bitbucket.org/odedevs/ode.git
[submodule "vorbis"]
path = deps/vorbis/tree
url = https://github.com/xiph/vorbis.git
[submodule "ogg"]
path = deps/ogg/tree
url = https://github.com/xiph/ogg.git
[submodule "crossguid"]
path = deps/crossguid/src
url = https://github.com/graeme-hill/crossguid.git
[submodule "zlib"]
path = deps/zlib/tree
url = https://github.com/madler/zlib.git
[submodule "json-hpp"]
path = deps/json-hpp/tree
url = https://github.com/nlohmann/json.git
[submodule "wxwidgets"]
path = deps/wxwidgets/tree
url = https://github.com/wxWidgets/wxWidgets
[submodule "sdl"]
path = deps/sdl/tree
url = https://github.com/libsdl-org/SDL.git
[submodule "toml11"]
path = deps/toml11/tree
url = https://github.com/ToruNiina/toml11.git
[submodule "stackwalker"]
path = deps/stackwalker/tree
url = https://github.com/JochenKalmbach/StackWalker
[submodule "utf8.h"]
path = deps/utf8.h/tree
url = https://github.com/sheredom/utf8.h
[submodule "libpng"]
path = deps/libpng/tree
url = https://github.com/glennrp/libpng
[submodule "deps/minimp3/tree"]
path = deps/minimp3/tree
url = https://github.com/lieff/minimp3
[submodule "deps/llvm"]
path = deps/llvm
url = https://github.com/blitz3d-ng/build-llvm