You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # The “lol” header-only framework
- [submodule "lol"]
- path = lol
- url = https://github.com/lolengine/lol
- branch = main
- update = checkout
-
- # A very large repository with Windows binaries
- [submodule "external"]
- path = external
- url = https://gitea.zoy.org/lolengine/binaries
- branch = master
- update = checkout
-
- # Some libraries we embed in the engine
- [submodule "imgui"]
- path = src/3rdparty/imgui
- url = https://github.com/lolengine/ext-imgui
- branch = master
- update = checkout
- upstream = https://github.com/ocornut/imgui
-
- [submodule "bullet3"]
- path = src/3rdparty/bullet3
- url = https://github.com/lolengine/ext-bullet3
- branch = lol
- update = checkout
- upstream = https://github.com/bulletphysics/bullet3
-
- [submodule "lua"]
- path = src/3rdparty/lua
- url = https://github.com/lolengine/ext-lua
- branch = lol
- update = checkout
- 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 = checkout
- upstream = https://github.com/yhirose/cpp-httplib
|