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.
|
- # The “lol” header-only framework
- [submodule "lol"]
- path = lol
- url = https://github.com/lolengine/lol
- branch = master
- update = merge
-
- # A very large repository with Windows binaries
- [submodule "external"]
- path = external
- url = https://gitea.zoy.org/lolengine/binaries
- branch = master
- update = merge
-
- # Some libraries we embed in the engine
- [submodule "imgui"]
- path = src/3rdparty/imgui
- url = https://github.com/lolengine/ext-imgui
- branch = master
- update = merge
- upstream = https://github.com/ocornut/imgui
-
- [submodule "bullet3"]
- path = src/3rdparty/bullet3
- url = https://github.com/lolengine/ext-bullet3
- branch = lol
- update = merge
- upstream = https://github.com/bulletphysics/bullet3
-
- [submodule "lua"]
- path = src/3rdparty/lua
- url = https://github.com/lolengine/ext-lua
- branch = lol
- update = merge
- upstream = https://github.com/lua/lua
-
- [submodule "cpp-httplib"]
- path = src/3rdparty/cpp-httplib
- url = https://github.com/lolengine/ext-cpp-httplib
- branch = master
- update = merge
- upstream = https://github.com/yhirose/cpp-httplib
|