add required deps
This commit is contained in:
parent
8bf51c0de2
commit
291849ef81
|
@ -0,0 +1,32 @@
|
|||
/Status
|
||||
/data
|
||||
noBackup/
|
||||
.idea
|
||||
*.pro.user
|
||||
*.pro.autosave
|
||||
*.qml.autosave
|
||||
.update.timestamp
|
||||
.vscode
|
||||
bin/
|
||||
/bottles/
|
||||
pkg/
|
||||
vendor/.nimble
|
||||
*.AppImage
|
||||
tmp
|
||||
nimcache
|
||||
.DS_Store
|
||||
nim-status-client*.tgz
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
npm-shrinkwrap.json
|
||||
/package/
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
yarn.lock
|
||||
TODO
|
||||
resources.rcc
|
||||
resources.qrc
|
||||
status-react-translations/
|
||||
/.update.timestamp
|
||||
notarization.log
|
||||
status-desktop.log
|
|
@ -0,0 +1,108 @@
|
|||
[submodule "vendor/nim-stint"]
|
||||
path = vendor/nim-stint
|
||||
url = https://github.com/status-im/nim-stint.git
|
||||
[submodule "vendor/nimbus-build-system"]
|
||||
path = vendor/nimbus-build-system
|
||||
url = https://github.com/status-im/nimbus-build-system.git
|
||||
[submodule "vendor/nim-stew"]
|
||||
path = vendor/nim-stew
|
||||
url = https://github.com/status-im/nim-stew.git
|
||||
[submodule "vendor/status-go"]
|
||||
path = vendor/status-go
|
||||
url = https://github.com/status-im/status-go.git
|
||||
[submodule "vendor/DOtherSide"]
|
||||
path = vendor/DOtherSide
|
||||
url = https://github.com/status-im/DOtherSide.git
|
||||
[submodule "vendor/nimqml"]
|
||||
path = vendor/nimqml
|
||||
url = https://github.com/status-im/nimqml.git
|
||||
[submodule "vendor/nim-chronicles"]
|
||||
path = vendor/nim-chronicles
|
||||
url = https://github.com/status-im/nim-chronicles.git
|
||||
[submodule "vendor/nim-faststreams"]
|
||||
path = vendor/nim-faststreams
|
||||
url = https://github.com/status-im/nim-faststreams.git
|
||||
[submodule "vendor/nim-chronos"]
|
||||
path = vendor/nim-chronos
|
||||
url = https://github.com/status-im/nim-chronos.git
|
||||
[submodule "vendor/nim-json-serialization"]
|
||||
path = vendor/nim-json-serialization
|
||||
url = https://github.com/status-im/nim-json-serialization.git
|
||||
[submodule "vendor/nim-serialization"]
|
||||
path = vendor/nim-serialization
|
||||
url = https://github.com/status-im/nim-serialization.git
|
||||
[submodule "vendor/nimcrypto"]
|
||||
path = vendor/nimcrypto
|
||||
url = https://github.com/cheatfate/nimcrypto.git
|
||||
[submodule "vendor/uuids"]
|
||||
path = vendor/uuids
|
||||
url = https://github.com/pragmagic/uuids.git
|
||||
[submodule "vendor/isaac"]
|
||||
path = vendor/isaac
|
||||
url = https://github.com/pragmagic/isaac.git
|
||||
[submodule "vendor/nim-libp2p"]
|
||||
path = vendor/nim-libp2p
|
||||
url = https://github.com/status-im/nim-libp2p
|
||||
[submodule "vendor/nim-metrics"]
|
||||
path = vendor/nim-metrics
|
||||
url = https://github.com/status-im/nim-metrics
|
||||
[submodule "vendor/QR-Code-generator"]
|
||||
path = vendor/QR-Code-generator
|
||||
url = https://github.com/status-im/QR-Code-generator
|
||||
[submodule "vendor/edn.nim"]
|
||||
path = vendor/edn.nim
|
||||
url = https://github.com/rosado/edn.nim.git
|
||||
[submodule "vendor/nim-secp256k1"]
|
||||
path = vendor/nim-secp256k1
|
||||
url = https://github.com/status-im/nim-secp256k1
|
||||
[submodule "vendor/chroma"]
|
||||
path = vendor/chroma
|
||||
url = https://github.com/treeform/chroma
|
||||
[submodule "vendor/nimPNG"]
|
||||
path = vendor/nimPNG
|
||||
url = https://github.com/jangko/nimPNG/
|
||||
[submodule "vendor/nimage"]
|
||||
path = vendor/nimage
|
||||
url = https://github.com/Ethosa/nimage/
|
||||
[submodule "vendor/nim-web3"]
|
||||
path = vendor/nim-web3
|
||||
url = https://github.com/status-im/nim-web3
|
||||
[submodule "vendor/nim-json-rpc"]
|
||||
path = vendor/nim-json-rpc
|
||||
url = https://github.com/status-im/nim-json-rpc
|
||||
[submodule "vendor/nim-http-utils"]
|
||||
path = vendor/nim-http-utils
|
||||
url = https://github.com/status-im/nim-http-utils
|
||||
[submodule "vendor/news"]
|
||||
path = vendor/news
|
||||
url = https://github.com/Tormund/news
|
||||
[submodule "vendor/bearssl"]
|
||||
path = vendor/bearssl
|
||||
url = https://github.com/status-im/nim-bearssl
|
||||
[submodule "vendor/nim-eth"]
|
||||
path = vendor/nim-eth
|
||||
url = https://github.com/status-im/nim-eth
|
||||
[submodule "vendor/nbaser"]
|
||||
path = vendor/nbaser
|
||||
url = https://github.com/D-Nice/nbaser/
|
||||
[submodule "vendor/nim-base32"]
|
||||
path = vendor/nim-base32
|
||||
url = https://github.com/elktree/nim-base32
|
||||
[submodule "vendor/nim-status-go"]
|
||||
path = vendor/nim-status-go
|
||||
url = https://github.com/status-im/nim-status-go.git
|
||||
[submodule "vendor/nim-task-runner"]
|
||||
path = vendor/nim-task-runner
|
||||
url = https://github.com/status-im/nim-task-runner.git
|
||||
[submodule "vendor/edn.nim"]
|
||||
path = vendor/edn.nim
|
||||
url = https://github.com/status-im/edn.nim.git
|
||||
[submodule "vendor/nim-confutils"]
|
||||
path = vendor/nim-confutils
|
||||
url = https://github.com/status-im/nim-confutils.git
|
||||
[submodule "ui/StatusQ"]
|
||||
path = ui/StatusQ
|
||||
url = https://github.com/status-im/StatusQ
|
||||
[submodule "vendor/nim-bearssl"]
|
||||
path = vendor/nim-bearssl
|
||||
url = https://github.com/status-im/nim-bearssl
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ea3408012f9600097d5a3d5749f1bc43ac8f2b6f
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 37254b04de06d9c1461a1ba6ef3c6ab8ec012547
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 45a5cbbd54ff59ba3ed94242620c818b9aad1b5b
|
|
@ -0,0 +1 @@
|
|||
Subproject commit dc62f4fccd2d40c884009ae8f2b14bb6a86a55cf
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ba2817f1a9f5ddb59274295f3fe9a54fbf1a5a96
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9d80c7068f6d6404dbd4d25eee11fda3af796bfa
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5eb7fd0c90d3f03b6778688a5893fdd2715e9fe2
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 4f3775ddf48d9abee30c51a53862cea84a09fa78
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fcd0eadadde0ee000a63df8ab21dc4e9f015a790
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2b6e50491786ae0d61a97f99edda27b70364838a
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3c91b8694e15137a81ec7db37c6c58194ec94a6a
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 484031fdff38858ee661b0476dad44c13539c60e
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5c7a3721492aebe210d78e104a3d88bda31c76d4
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6589cedffa2eb083f838d15c70c45ce000596859
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b3309ae7c99a5b20cfdcf4c7d9d916d99e8d8feb
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f6dc6f752ac87ff3f05e235aec18ad2bc36da791
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8cb8720b567c6bcb261bd1c0f7491bdb5209ad06
|
Loading…
Reference in New Issue