25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

43 satır
1.0 KiB

  1. # The “lol” header-only framework
  2. [submodule "lol"]
  3. path = lol
  4. url = https://github.com/lolengine/lol
  5. branch = master
  6. update = merge
  7. # A very large repository with Windows binaries
  8. [submodule "external"]
  9. path = external
  10. url = https://gitea.zoy.org/lolengine/binaries
  11. branch = master
  12. update = merge
  13. # Some libraries we embed in the engine
  14. [submodule "imgui"]
  15. path = src/3rdparty/imgui
  16. url = https://github.com/lolengine/ext-imgui
  17. branch = master
  18. update = merge
  19. upstream = https://github.com/ocornut/imgui
  20. [submodule "bullet3"]
  21. path = src/3rdparty/bullet3
  22. url = https://github.com/lolengine/ext-bullet3
  23. branch = lol
  24. update = merge
  25. upstream = https://github.com/bulletphysics/bullet3
  26. [submodule "lua"]
  27. path = src/3rdparty/lua
  28. url = https://github.com/lolengine/ext-lua
  29. branch = lol
  30. update = merge
  31. upstream = https://github.com/lua/lua
  32. [submodule "cpp-httplib"]
  33. path = src/3rdparty/cpp-httplib
  34. url = https://github.com/lolengine/ext-cpp-httplib
  35. branch = master
  36. update = merge
  37. upstream = https://github.com/yhirose/cpp-httplib