@@ -6,12 +6,16 @@ boot_package = "boot"
// Linux-only configs
linux = {
- window_width = 1280
- window_height = 720
+ renderer = {
+ window_width = 1280
+ window_height = 720
+ }
}
// Windows-only configs
windows = {
@@ -6,12 +6,18 @@ boot_package = "boot"
+ vsync = true