mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
macOS: Fix cursor hiding thread unsafety (#611)
This commit is contained in:
committed by
GitHub
parent
72b24a9348
commit
88427262a6
@@ -5,6 +5,7 @@
|
||||
- Added NetBSD support.
|
||||
- **Breaking:** On iOS, `UIView` is now the default root view. `WindowBuilderExt::with_root_view_class` can be used to set the root view objective-c class to `GLKView` (OpenGLES) or `MTKView` (Metal/MoltenVK).
|
||||
- On iOS, the `UIApplication` is not started until `Window::new` is called.
|
||||
- Fixed thread unsafety with cursor hiding on macOS.
|
||||
|
||||
# Version 0.16.2 (2018-07-07)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user