mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
deps: Track Riot.
This commit is contained in:
parent
5f6b5852b1
commit
c2be639346
4 changed files with 15 additions and 0 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -8,3 +8,15 @@
|
|||
[submodule "boost"]
|
||||
path = deps/boost
|
||||
url = https://github.com/boostorg/boost.git
|
||||
[submodule "deps/riot-web"]
|
||||
path = deps/riot-web
|
||||
url = https://github.com/vector-im/riot-web.git
|
||||
branch = develop
|
||||
[submodule "deps/matrix-js-sdk"]
|
||||
path = deps/matrix-js-sdk
|
||||
url = https://github.com/matrix-org/matrix-js-sdk.git
|
||||
branch = develop
|
||||
[submodule "deps/matrix-react-sdk"]
|
||||
path = deps/matrix-react-sdk
|
||||
url = https://github.com/matrix-org/matrix-react-sdk.git
|
||||
branch = develop
|
||||
|
|
1
deps/matrix-js-sdk
vendored
Submodule
1
deps/matrix-js-sdk
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 38915eb7fcf01cf9dadfd51f530557ab7ffa3e23
|
1
deps/matrix-react-sdk
vendored
Submodule
1
deps/matrix-react-sdk
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ebfdd7c718dc93b86fd46e4a8019abd8f78bad89
|
1
deps/riot-web
vendored
Submodule
1
deps/riot-web
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b0a3bd6591611579144cfbd959da30d354d09ef3
|
Loading…
Reference in a new issue