move au into nu/render
This commit is contained in:
@@ -5,7 +5,10 @@ const App = @import("App.zig");
|
||||
|
||||
pub const nu_options: nu.Options = .{
|
||||
.window = .{ .title = "Hello World" },
|
||||
.render = .{ .app_name = "hello-world" },
|
||||
.render = .{
|
||||
.app_name = "hello-world",
|
||||
.frames_in_flight = 3,
|
||||
},
|
||||
};
|
||||
|
||||
pub fn main() !void {
|
||||
|
Reference in New Issue
Block a user