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 "core" submodule is another branch of ourselves
- [submodule "core"]
- path = lol-core
- url = ../../lolengine/lol.git
- branch = core
-
- # A very large repository with Windows binaries
- [submodule "external"]
- path = external
- url = ../../lolengine/ext-binaries.git
- branch = master
-
- # Some libraries we embed in the engine
- [submodule "imgui"]
- path = src/3rdparty/imgui
- url = ../../lolengine/ext-imgui.git
- branch = master
- [submodule "bullet3"]
- path = src/3rdparty/bullet3
- url = ../../lolengine/ext-bullet3.git
- branch = lol
- [submodule "lua"]
- path = src/3rdparty/lua
- url = ../../lolengine/ext-lua.git
- branch = lol
- [submodule "cpp-httplib"]
- path = src/3rdparty/cpp-httplib
- url = ../../lolengine/ext-cpp-httplib.git
|