summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-09-22 23:16:23 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-06-15 21:38:12 +0200
commite19b3701260d4a855736c623b8c8a270413f041e (patch)
tree905bce590cbc44c4077defa52276bac245c22a2a /.gitmodules
parent8c18112f5dcf96bf24fab14ab4470c00ab7f7f70 (diff)
downloadfork-godot-webrtc-native-e19b3701260d4a855736c623b8c8a270413f041e.tar.gz
fork-godot-webrtc-native-e19b3701260d4a855736c623b8c8a270413f041e.tar.bz2
fork-godot-webrtc-native-e19b3701260d4a855736c623b8c8a270413f041e.zip
Use libdatachannel library, add Godot 4 support.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 64fc4d4..1aa8d48 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,12 @@
+[submodule "godot-cpp-3.x"]
+ path = godot-cpp-3.x
+ url = https://github.com/godotengine/godot-cpp.git
[submodule "godot-cpp"]
path = godot-cpp
- url = https://github.com/GodotNativeTools/godot-cpp
+ url = https://github.com/godotengine/godot-cpp.git
+[submodule "libdatachannel"]
+ path = deps/libdatachannel
+ url = https://github.com/paullouisageneau/libdatachannel.git
+[submodule "openssl"]
+ path = deps/openssl
+ url = https://github.com/openssl/openssl.git