Skip to content

Commit 2ead1c1

Browse files
Osspialelinorbgr
authored andcommitted
Update for 0.19.1 (#823)
1 parent 746e99c commit 2ead1c1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
- `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit.
3838
- Rename `MonitorId` to `MonitorHandle`.
3939
- Removed `serde` implementations from `ControlFlow`.
40+
41+
# Version 0.19.1 (2019-04-08)
42+
4043
- On Wayland, added a `get_wayland_display` function to `EventsLoopExt`.
4144
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
4245
- On macOS, fix command key event left and right reverse.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winit"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = "Cross-platform window creation library."
66
keywords = ["windowing"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```toml
99
[dependencies]
10-
winit = "0.19.0"
10+
winit = "0.19.1"
1111
```
1212

1313
## [Documentation](https://docs.rs/winit)

0 commit comments

Comments
 (0)