forked from enebe-nb/shady-packer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (40 loc) · 1.26 KB
/
.gitmodules
File metadata and controls
40 lines (40 loc) · 1.26 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
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://github.com/madler/zlib
[submodule "thirdparty/rapidxml"]
path = thirdparty/rapidxml
url = https://github.com/discord/rapidxml
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = git://git.code.sf.net/p/libpng/code
branch = libpng16
[submodule "thirdparty/libzip"]
path = thirdparty/libzip
url = https://github.com/nih-at/libzip/
[submodule "thirdparty/cxxopts"]
path = thirdparty/cxxopts
url = https://github.com/jarro2783/cxxopts
branch = v2_2
[submodule "thirdparty/SokuLib"]
path = thirdparty/SokuLib
url = https://github.com/jyanf/Custom_SokuLib.git
branch = dev
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json
[submodule "thirdparty/curl"]
path = thirdparty/curl
url = https://github.com/curl/curl
[submodule "thirdparty/luafilesystem"]
path = thirdparty/luafilesystem
url = https://github.com/lunarmodules/luafilesystem
[submodule "thirdparty/luasocket"]
path = thirdparty/luasocket
url = https://github.com/lunarmodules/luasocket
[submodule "thirdparty/lua"]
path = thirdparty/lua
url = https://github.com/lua/lua
branch = v5.4
[submodule "thirdparty/LuaBridge"]
path = thirdparty/LuaBridge
url = https://github.com/vinniefalco/LuaBridge