more crap

This commit is contained in:
Mitchell Hashimoto
2023-02-22 15:16:17 -08:00
parent 9e4560043a
commit 053748481a
7 changed files with 99 additions and 1758 deletions

View File

@@ -100,7 +100,7 @@ pub fn main() !void {
defer app_runtime.terminate();
// Create an initial window
try app_runtime.newWindow();
_ = try app_runtime.newWindow();
// Run the GUI event loop
try app_runtime.run();