.gitmodules 543 B

12345678910111213141516171819
  1. [submodule "deps/plog"]
  2. path = deps/plog
  3. url = https://github.com/SergiusTheBest/plog.git
  4. shallow = true
  5. [submodule "deps/usrsctp"]
  6. path = deps/usrsctp
  7. url = https://github.com/paullouisageneau/usrsctp.git
  8. shallow = true
  9. [submodule "deps/libjuice"]
  10. path = deps/libjuice
  11. url = https://github.com/paullouisageneau/libjuice.git
  12. [submodule "deps/json"]
  13. path = deps/json
  14. url = https://github.com/nlohmann/json.git
  15. shallow = true
  16. [submodule "deps/libsrtp"]
  17. path = deps/libsrtp
  18. url = https://github.com/cisco/libsrtp.git
  19. shallow = true