From dfaad6f5baa01c6c0975237963e35edcfa37ec08 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 9 Dec 2022 14:45:31 +0100 Subject: Bump godot-cpp to beta8, libdatachannel to v0.18.0 libdatachannel and libjuice are now released under MPL 2.0. Dependencies has been refactored under a `thirdparty` folder similar to what we have in Godot, with a dedicated `thirdparty/README.md` containing details information on dependencies upstreams, versions, and licenses. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1aa8d48..cc07501 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,8 +5,8 @@ path = godot-cpp url = https://github.com/godotengine/godot-cpp.git [submodule "libdatachannel"] - path = deps/libdatachannel + path = thirdparty/libdatachannel url = https://github.com/paullouisageneau/libdatachannel.git [submodule "openssl"] - path = deps/openssl + path = thirdparty/openssl url = https://github.com/openssl/openssl.git -- cgit v1.2.3