mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
viewById works again, layer still ontop of other things
This commit is contained in:
parent
3ccf47e0be
commit
9186aeecd3
23 changed files with 282 additions and 181 deletions
8
src/Utils.zig
Normal file
8
src/Utils.zig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const Utils = @This();
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
pub fn oomPanic() noreturn {
|
||||
std.log.err("Out of memory error, exiting with 1", .{});
|
||||
std.process.exit(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue