iw4x-client/.gitmodules

57 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-07-11 11:14:58 -04:00
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
shallow = true
2016-08-08 14:45:16 -04:00
branch = develop
2016-07-11 11:14:58 -04:00
[submodule "deps/json11"]
path = deps/json11
url = https://github.com/dropbox/json11.git
shallow = true
branch = master
2016-07-11 11:14:58 -04:00
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
shallow = true
2016-07-11 11:14:58 -04:00
branch = develop
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
shallow = true
2016-07-11 11:14:58 -04:00
branch = develop
[submodule "deps/pdcurses"]
path = deps/pdcurses
url = https://github.com/wmcbrine/PDCurses.git
shallow = true
branch = master
2016-07-11 11:14:58 -04:00
[submodule "deps/mongoose"]
path = deps/mongoose
url = https://github.com/cesanta/mongoose.git
shallow = true
branch = master
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git
shallow = true
branch = master
[submodule "deps/Wink-Signals"]
path = deps/Wink-Signals
url = https://github.com/miguelmartin75/Wink-Signals.git
shallow = true
branch = master
2016-08-25 12:17:47 -04:00
[submodule "deps/bitmrc"]
path = deps/bitmrc
url = git@github.com:iw4x-dev-urandom/BitMRC.git
shallow = true
branch = master
fetchRecurseSubmodules = true
2016-09-28 15:05:38 -04:00
[submodule "deps/base128"]
path = deps/base128
url = https://github.com/seizu/base128.git
shallow = true
2016-10-03 14:18:06 -04:00
branch = master
2016-10-03 14:52:25 -04:00
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git
shallow = true
branch = tags/v3.1.0