Integrates the saucer4lua library for enhanced Lua support and adds new window management functionalities, including window centering and resizing capabilities. Updates related files, such as CMakeLists, headers, and submodules, to support the new library and features effectively.
22 lines
631 B
Plaintext
22 lines
631 B
Plaintext
[submodule "lib/saucer"]
|
|
path = lib/saucer
|
|
url = https://github.com/saucer/saucer.git
|
|
[submodule "lib/sol2"]
|
|
path = lib/sol2
|
|
url = https://github.com/ThePhD/sol2.git
|
|
[submodule "lib/lua"]
|
|
path = lib/lua
|
|
url = https://github.com/lubgr/lua-cmake.git
|
|
[submodule "lib/c_tray"]
|
|
path = lib/c_tray
|
|
url = https://github.com/binRick/c_tray.git
|
|
[submodule "lib/json"]
|
|
path = lib/json
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "lib/cppcodec"]
|
|
path = lib/cppcodec
|
|
url = https://github.com/tplgy/cppcodec.git
|
|
[submodule "lib/saucer4lua"]
|
|
path = lib/saucer4lua
|
|
url = https://git.schmidti.digital/Yadciel/saucer4lua.git
|