mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
@@ -30,6 +30,7 @@
|
|||||||
- On macOS, fix inverted horizontal scroll.
|
- On macOS, fix inverted horizontal scroll.
|
||||||
- **Breaking:** `current_monitor` now returns `Option<MonitorHandle>`.
|
- **Breaking:** `current_monitor` now returns `Option<MonitorHandle>`.
|
||||||
- **Breaking:** `primary_monitor` now returns `Option<MonitorHandle>`.
|
- **Breaking:** `primary_monitor` now returns `Option<MonitorHandle>`.
|
||||||
|
- On macOS, updated core-* dependencies and cocoa.
|
||||||
|
|
||||||
# 0.22.2 (2020-05-16)
|
# 0.22.2 (2020-05-16)
|
||||||
|
|
||||||
|
|||||||
@@ -45,9 +45,9 @@ ndk-glue = "0.1.0"
|
|||||||
objc = "0.2.3"
|
objc = "0.2.3"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
cocoa = "0.20"
|
cocoa = "0.23"
|
||||||
core-foundation = "0.7"
|
core-foundation = "0.9"
|
||||||
core-graphics = "0.19"
|
core-graphics = "0.22"
|
||||||
dispatch = "0.2.0"
|
dispatch = "0.2.0"
|
||||||
objc = "0.2.6"
|
objc = "0.2.6"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user