move au into nu/render
This commit is contained in:
@@ -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 {}
|
||||
|
Reference in New Issue
Block a user