mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-03 14:09:58 +03:00
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.
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
[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/godotengine/godot-cpp.git
|
|
[submodule "libdatachannel"]
|
|
path = thirdparty/libdatachannel
|
|
url = https://github.com/paullouisageneau/libdatachannel.git
|
|
[submodule "openssl"]
|
|
path = thirdparty/openssl
|
|
url = https://github.com/openssl/openssl.git
|