You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
722 B

  1. # The "core" submodule is another branch of ourselves
  2. [submodule "core"]
  3. path = lol-core
  4. url = ../../lolengine/lol.git
  5. branch = core
  6. # A very large repository with Windows binaries
  7. [submodule "external"]
  8. path = external
  9. url = ../../lolengine/ext-binaries.git
  10. branch = master
  11. # Some libraries we embed in the engine
  12. [submodule "imgui"]
  13. path = src/3rdparty/imgui
  14. url = ../../lolengine/ext-imgui.git
  15. branch = master
  16. [submodule "bullet3"]
  17. path = src/3rdparty/bullet3
  18. url = ../../lolengine/ext-bullet3.git
  19. branch = lol
  20. [submodule "lua"]
  21. path = src/3rdparty/lua
  22. url = ../../lolengine/ext-lua.git
  23. branch = lol
  24. [submodule "cpp-httplib"]
  25. path = src/3rdparty/cpp-httplib
  26. url = ../../lolengine/ext-cpp-httplib.git