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 adb4c2bf94
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased
# 0.20.0 Alpha 1
- Changes below are considered **breaking**.
- Change all occurrences of `EventsLoop` to `EventLoop`.
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.

View File

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