Release winit 0.16.0 (#578)

This commit is contained in:
Francesca Frangipane 2018-06-25 16:47:10 -04:00 committed by GitHub
parent c873c2db15
commit 089816d9ba
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
# Version 0.16.0 (2018-06-25)
- Windows additionally has `WindowBuilderExt::with_no_redirection_bitmap`.
- **Breaking:** Removed `VirtualKeyCode::LMenu` and `VirtualKeyCode::RMenu`; Windows now generates `VirtualKeyCode::LAlt` and `VirtualKeyCode::RAlt` instead.
- On X11, exiting fullscreen no longer leaves the window in the monitor's top left corner.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.15.1"
version = "0.16.0"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]

View file

@ -9,7 +9,7 @@
```toml
[dependencies]
winit = "0.15"
winit = "0.16"
```
## [Documentation](https://docs.rs/winit)