layout manager

This commit is contained in:
Squibid 2025-12-19 23:22:20 -05:00
parent 9173cab6b9
commit b03738534b
Signed by: squibid
GPG key ID: BECE5684D3C4005D
5 changed files with 300 additions and 314 deletions

View file

@ -11,6 +11,7 @@ end
-- allow loading files in the runtime directory
package.path = package.path..";"..mez.fs.joinpath(mez.path.runtime, "?.lua")
mez.inspect = require("inspect").inspect
mez.layout_manager = require("layout_manager")
mez.path.base_config = mez.fs.joinpath(mez.path.runtime, "master.lua")