From e19b3701260d4a855736c623b8c8a270413f041e Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 22 Sep 2021 23:16:23 +0200 Subject: Use libdatachannel library, add Godot 4 support. --- .gitmodules | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.gitmodules') 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 -- cgit v1.2.3