terminal: update renderstate to use new assert
parent
6e5e24c3ca
commit
5d58487fb8
|
|
@ -1,5 +1,5 @@
|
|||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const assert = @import("../quirks.zig").inlineAssert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const ArenaAllocator = std.heap.ArenaAllocator;
|
||||
const fastmem = @import("../fastmem.zig");
|
||||
|
|
|
|||
Loading…
Reference in New Issue