mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-14 22:06:10 +00:00
apprt: start embedded implement, make App API available to C
This commit is contained in:
@@ -92,7 +92,7 @@ pub fn main() !void {
|
||||
glfw.setErrorCallback(glfwErrorCallback);
|
||||
|
||||
// Run our app with a single initial window to start.
|
||||
var app = try App.create(alloc, &config);
|
||||
var app = try App.create(alloc, .{}, &config);
|
||||
defer app.destroy();
|
||||
try app.run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user