mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
parent
21f9aefc7e
commit
c66489dbb1
|
@ -31,6 +31,7 @@
|
||||||
- **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.
|
- On macOS, updated core-* dependencies and cocoa.
|
||||||
|
- Bump `parking_lot` to 0.11
|
||||||
|
|
||||||
# 0.22.2 (2020-05-16)
|
# 0.22.2 (2020-05-16)
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ x11-dl = { version = "2.18.5", optional = true }
|
||||||
percent-encoding = "2.0"
|
percent-encoding = "2.0"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot]
|
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot]
|
||||||
version = "0.10"
|
version = "0.11"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies.web_sys]
|
[target.'cfg(target_arch = "wasm32")'.dependencies.web_sys]
|
||||||
package = "web-sys"
|
package = "web-sys"
|
||||||
|
|
Loading…
Reference in a new issue