mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-09 13:07: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
|
|
@ -1,8 +0,0 @@
|
|||
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