-
Notifications
You must be signed in to change notification settings - Fork 83
/
.gitmodules
36 lines (36 loc) · 1.27 KB
/
.gitmodules
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
[submodule "djinni"]
path = djinni
url = https://github.com/LedgerHQ/djinni.git
[submodule "toolchains/polly"]
path = toolchains/polly
url = https://github.com/ruslo/polly.git
[submodule "tools/gyp"]
path = tools/gyp
url = https://github.com/bnoordhuis/gyp.git
[submodule "core/lib/spdlog"]
path = core/lib/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "core/lib/ethash"]
path = core/lib/ethash
url = https://github.com/LedgerHQ/ethash.git
[submodule "core/test/lib/googletest"]
path = core/test/lib/googletest
url = https://github.com/google/googletest.git
[submodule "core/lib/fmt"]
path = core/lib/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "core/lib/CRCpp"]
path = core/lib/CRCpp
url = https://github.com/d-bahr/CRCpp.git
[submodule "core/test/lib/libuv"]
path = core/test/lib/libuv
url = https://github.com/libuv/libuv.git
[submodule "core/src/wallet/algorand/thirdparty/msgpack-c"]
path = core/src/wallet/algorand/thirdparty/msgpack-c
url = https://github.com/ledgerHQ/msgpack-c.git
[submodule "cmake/cmake-scripts"]
path = cmake/cmake-scripts
url = https://github.com/StableCoder/cmake-scripts
[submodule "core/lib/nlohmann_json"]
path = core/lib/nlohmann_json
url = https://github.com/nlohmann/json.git