Relase alpha 6 (#1338)

* Relase alpha 6

* Update CHANGELOG.md

Co-authored-by: Freya Gentz <zegentzy@protonmail.com>
This commit is contained in:
Osspial 2020-01-03 18:17:05 -05:00 committed by GitHub
parent 114c18e70d
commit c0b46a03b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# 0.20.0 Alpha 6 (2020-01-03)
- On macOS, fix `set_cursor_visible` hides cursor outside of window.
- On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size.
- On macOS, fix error when `set_fullscreen` is called during fullscreen transition.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.20.0-alpha5"
version = "0.20.0-alpha6"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2018"

View file

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