macOS: fix runtime crash on macos26 "type code 'q', but found 'Q'"
Fixes #4299.
This commit is contained in:
parent
e7a6034b55
commit
5904529ba1
2 changed files with 3 additions and 1 deletions
|
|
@ -205,6 +205,8 @@ changelog entry.
|
|||
- Move `EventLoopExtRunOnDemand` from platform module to `winit::event_loop::run_on_demand`.
|
||||
- Use `NamedKey`, `Code` and `Location` from the `keyboard-types` v0.8 crate.
|
||||
- Deprecate `Window::set_ime_allowed`, `Window::set_ime_cursor_area`, and `Window::set_ime_purpose`.
|
||||
- On macOS, use the objc2 feature `relax-sign-encoding` to fix a runtime crash #4299
|
||||
in macOS 26 with objc type checking.
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue