Integrating new surface

This commit is contained in:
Mitchell Hashimoto
2023-02-22 14:37:37 -08:00
parent 3d8c62c41f
commit fbe35c226b
12 changed files with 1831 additions and 146 deletions

View File

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