Release alpha 3 (#1106)

This commit is contained in:
Osspial
2019-08-14 11:09:47 -04:00
committed by GitHub
parent 604016d69d
commit 31110be396
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased # Unreleased
# 0.20.0 Alpha 3 (2019-08-14)
- On macOS, drop the run closure on exit. - On macOS, drop the run closure on exit.
- On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates. - On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates.
- On X11, fix delayed events after window redraw. - On X11, fix delayed events after window redraw.

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "winit" name = "winit"
version = "0.20.0-alpha2" version = "0.20.0-alpha3"
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."
edition = "2018" edition = "2018"

View File

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