Merge origin/main into macos

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Will Temple
2026-05-16 16:38:10 -04:00
66 changed files with 9558 additions and 2326 deletions

View File

@@ -1620,6 +1620,7 @@ fn create_native_window(window: &MacosWindow, app: *mut AnyObject) -> Option<Nat
target,
(size.width * scale_factor).max(1.0) as u32,
(size.height * scale_factor).max(1.0) as u32,
window.spec.base_color,
)
.ok();
let mut renderer = renderer;