Release 0.20.0 Alpha 1 (#913)

This commit is contained in:
Osspial 2019-06-21 11:33:44 -04:00 committed by GitHub
parent e2c84725de
commit 8d6e8bb8d1
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 # Unreleased
# 0.20.0 Alpha 1
- Changes below are considered **breaking**. - Changes below are considered **breaking**.
- Change all occurrences of `EventsLoop` to `EventLoop`. - Change all occurrences of `EventsLoop` to `EventLoop`.
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules. - Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "winit" name = "winit"
version = "0.19.1" version = "0.20.0-alpha1"
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.19.1" winit = "0.20.0-alpha1"
``` ```
## [Documentation](https://docs.rs/winit) ## [Documentation](https://docs.rs/winit)