mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Update for 0.19.1 (#823)
This commit is contained in:
parent
746e99c958
commit
2ead1c1c59
|
@ -37,6 +37,9 @@
|
||||||
- `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit.
|
- `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit.
|
||||||
- Rename `MonitorId` to `MonitorHandle`.
|
- Rename `MonitorId` to `MonitorHandle`.
|
||||||
- Removed `serde` implementations from `ControlFlow`.
|
- Removed `serde` implementations from `ControlFlow`.
|
||||||
|
|
||||||
|
# Version 0.19.1 (2019-04-08)
|
||||||
|
|
||||||
- On Wayland, added a `get_wayland_display` function to `EventsLoopExt`.
|
- On Wayland, added a `get_wayland_display` function to `EventsLoopExt`.
|
||||||
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
|
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
|
||||||
- On macOS, fix command key event left and right reverse.
|
- On macOS, fix command key event left and right reverse.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.19.0"
|
version = "0.19.1"
|
||||||
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Cross-platform window creation library."
|
description = "Cross-platform window creation library."
|
||||||
keywords = ["windowing"]
|
keywords = ["windowing"]
|
||||||
|
|
Loading…
Reference in a new issue