Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

35 строки
876 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/master
  6. [submodule "external"]
  7. path = external
  8. url = ../../lolengine/ext-binaries.git
  9. branch = master
  10. [submodule "imgui"]
  11. path = src/3rdparty/imgui
  12. url = ../../lolengine/ext-imgui.git
  13. branch = master
  14. [submodule "bullet3"]
  15. path = src/3rdparty/bullet3
  16. url = ../../lolengine/ext-bullet3.git
  17. branch = lol
  18. [submodule "lua"]
  19. path = src/3rdparty/lua
  20. url = ../../lolengine/ext-lua.git
  21. branch = lol
  22. [submodule "pegtl"]
  23. path = src/3rdparty/pegtl
  24. url = ../../lolengine/ext-pegtl.git
  25. branch = lol
  26. [submodule "mingw-std-threads"]
  27. path = src/3rdparty/mingw-std-threads
  28. url = ../../lolengine/ext-mingw-std-threads.git
  29. branch = master
  30. [submodule "cpp-httplib"]
  31. path = src/3rdparty/cpp-httplib
  32. url = ../../lolengine/ext-cpp-httplib.git