mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
we're now loading a config file!
This commit is contained in:
parent
86a01bbcf2
commit
9e55195f8d
6 changed files with 112 additions and 45 deletions
|
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
const wlr = @import("wlroots");
|
||||
|
||||
const Server = @import("server.zig");
|
||||
const Lua = @import("lua.zig");
|
||||
const Lua = @import("lua/lua.zig");
|
||||
|
||||
const gpa = std.heap.c_allocator;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue