25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitmodules 694 B

123456789101112131415161718192021222324
  1. [submodule "external"]
  2. path = external
  3. url = ../../lolengine/ext-binaries.git
  4. branch = master
  5. [submodule "src/3rdparty/imgui"]
  6. path = src/3rdparty/imgui
  7. url = ../../lolengine/ext-imgui.git
  8. branch = master
  9. [submodule "src/3rdparty/bullet3"]
  10. path = src/3rdparty/bullet3
  11. url = ../../lolengine/ext-bullet3.git
  12. branch = lol
  13. [submodule "src/3rdparty/lua"]
  14. path = src/3rdparty/lua
  15. url = ../../lolengine/ext-lua.git
  16. branch = lol
  17. [submodule "src/3rdparty/pegtl"]
  18. path = src/3rdparty/pegtl
  19. url = ../../lolengine/ext-pegtl.git
  20. branch = lol
  21. [submodule "src/3rdparty/mingw-std-threads"]
  22. path = src/3rdparty/mingw-std-threads
  23. url = ../../lolengine/ext-mingw-std-threads.git
  24. branch = master