2017-06-02 10:52:04 +02:00
|
|
|
[submodule "deps/zlib"]
|
|
|
|
path = deps/zlib
|
|
|
|
url = https://github.com/madler/zlib.git
|
|
|
|
branch = develop
|
|
|
|
[submodule "deps/libtommath"]
|
|
|
|
path = deps/libtommath
|
|
|
|
url = https://github.com/libtom/libtommath.git
|
|
|
|
branch = develop
|
|
|
|
[submodule "deps/libtomcrypt"]
|
|
|
|
path = deps/libtomcrypt
|
|
|
|
url = https://github.com/libtom/libtomcrypt.git
|
|
|
|
branch = develop
|
|
|
|
[submodule "deps/pdcurses"]
|
|
|
|
path = deps/pdcurses
|
|
|
|
url = https://github.com/wmcbrine/PDCurses.git
|
|
|
|
branch = master
|
|
|
|
[submodule "deps/mongoose"]
|
|
|
|
path = deps/mongoose
|
|
|
|
url = https://github.com/cesanta/mongoose.git
|
2022-10-28 11:52:34 +01:00
|
|
|
branch = master
|
2016-11-02 08:34:15 +01:00
|
|
|
[submodule "deps/protobuf"]
|
|
|
|
path = deps/protobuf
|
|
|
|
url = https://github.com/google/protobuf.git
|
2022-05-30 13:42:36 +02:00
|
|
|
branch = 3.20.x
|
2017-02-21 20:14:31 +01:00
|
|
|
[submodule "deps/udis86"]
|
|
|
|
path = deps/udis86
|
2019-09-16 10:46:50 +02:00
|
|
|
url = https://github.com/vmt/udis86.git
|
2019-12-26 18:19:00 +01:00
|
|
|
[submodule "deps/dxsdk"]
|
|
|
|
path = deps/dxsdk
|
|
|
|
url = https://github.com/devKlausS/dxsdk.git
|
2022-05-05 15:03:14 +01:00
|
|
|
[submodule "deps/GSL"]
|
|
|
|
path = deps/GSL
|
|
|
|
url = https://github.com/microsoft/GSL.git
|
2022-07-29 21:54:18 +02:00
|
|
|
[submodule "deps/nlohmannjson"]
|
2022-12-15 15:59:52 +01:00
|
|
|
path = deps/json
|
2022-07-29 21:54:18 +02:00
|
|
|
url = https://github.com/nlohmann/json.git
|
2022-12-15 15:59:52 +01:00
|
|
|
branch = v3.11.2
|