mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-29 02:21:43 +00:00
build gpu-dawn
This commit is contained in:
@@ -6,7 +6,7 @@ pub fn main() !void {
|
||||
defer glfw.terminate();
|
||||
|
||||
// Create our window
|
||||
const window = try glfw.Window.create(640, 480, "Hello, mach-glfw!", null, null, .{});
|
||||
const window = try glfw.Window.create(640, 480, "ghostty", null, null, .{});
|
||||
defer window.destroy();
|
||||
|
||||
// Wait for the user to close the window.
|
||||
|
||||
Reference in New Issue
Block a user