Update for 0.19.1 (#823)

This commit is contained in:
Osspial
2019-04-08 01:08:31 -04:00
committed by GitHub
parent 8522071c2c
commit cd5caf6a22
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased # Unreleased
# 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.

View File

@@ -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"]

View File

@@ -7,7 +7,7 @@
```toml ```toml
[dependencies] [dependencies]
winit = "0.19.0" winit = "0.19.1"
``` ```
## [Documentation](https://docs.rs/winit) ## [Documentation](https://docs.rs/winit)