From 31110be3960bb97caeacdd0a8cbad292722f94f1 Mon Sep 17 00:00:00 2001 From: Osspial Date: Wed, 14 Aug 2019 11:09:47 -0400 Subject: [PATCH] Release alpha 3 (#1106) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bb856a..43c11793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 3 (2019-08-14) + - On macOS, drop the run closure on exit. - On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates. - On X11, fix delayed events after window redraw. diff --git a/Cargo.toml b/Cargo.toml index 3d87c38b..cc992c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha2" +version = "0.20.0-alpha3" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 6abcecdf..3524bfaf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0-alpha2" +winit = "0.20.0-alpha3" ``` ## [Documentation](https://docs.rs/winit)