build gpu-dawn

This commit is contained in:
Mitchell Hashimoto
2022-03-30 17:36:18 -07:00
parent 81982a5d99
commit b23136fdaa
3 changed files with 10 additions and 3 deletions

View File

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