diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-10 18:26:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 18:26:25 +0100 |
commit | 61a6d25c47283157808701bfa8045a90ea7ba5cf (patch) | |
tree | 393ac5d8e204c6d87337f0f9663b2db1db2e4a08 /.gitmodules | |
parent | 35bdd5efa71ba32a6c1cdfbabfa4b8dc71760aac (diff) | |
parent | dfaad6f5baa01c6c0975237963e35edcfa37ec08 (diff) | |
download | fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.tar.gz fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.tar.bz2 fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.zip |
Merge pull request #75 from Faless/bump/beta8
Bump godot-cpp to beta8, libdatachannel to v0.18.0
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |