Add submodules
This commit is contained in:
parent
ea4a78054b
commit
da5437f5fb
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "vendor/libtoxcore"]
|
||||
path = vendor/libtoxcore
|
||||
url = https://github.com/TokTok/c-toxcore.git
|
||||
[submodule "vendor/libsodium"]
|
||||
path = vendor/libsodium
|
||||
url = https://github.com/jedisct1/libsodium.git
|
1
vendor/libsodium
vendored
Submodule
1
vendor/libsodium
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 63dd05419e8a4175fd59da50a58afbdc20a2cd31
|
1
vendor/libtoxcore
vendored
Submodule
1
vendor/libtoxcore
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a429ef4a28a5e5e0ad010efffb76d2abc3ada0af
|
Reference in a new issue