almost there

This commit is contained in:
Harrison DiAmbrosio 2025-10-19 20:23:46 -04:00
parent 898342400e
commit cf7f397ed9
6 changed files with 63 additions and 19 deletions

View file

@ -8,7 +8,7 @@ const gpa = std.heap.c_allocator;
pub var server: Server = undefined;
pub fn main() !void {
wlr.log.init(.debug, null);
wlr.log.init(.err, null);
std.log.info("Starting mezzaluna", .{});