move au into nu/render

This commit is contained in:
David Allemang
2024-07-09 15:17:26 -04:00
parent 1613b90ac5
commit 4f9a154176
10 changed files with 53 additions and 517 deletions

View File

@@ -1,11 +1,8 @@
const std = @import("std");
const nu = @import("nu.zig");
const Self = @This();
pub fn init(alloc: std.mem.Allocator) !void {
_ = alloc;
}
pub fn deinit() void {
}
pub fn deinit() void {}