1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 02:12:30 +01:00

add native client

This commit is contained in:
Flam3rboy 2021-06-24 21:13:39 +02:00
parent b8a23ecd36
commit 060e228f67
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -73,3 +73,6 @@
branch = master
[submodule "rtc"]
branch = master
[submodule "client-native"]
path = client-native
url = https://github.com/fosscord/fosscord-client-native

1
client-native Submodule

@ -0,0 +1 @@
Subproject commit 0f2c58bc8131776052a98873a493ad050fe0adc8

View File

@ -12,6 +12,9 @@
{
"path": "./client"
},
{
"path": "./client-native"
},
{
"path": "./docs"
},