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

@@ -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 {