Skip to content

Commit

Permalink
Release winit 0.16.0 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca64 authored Jun 25, 2018
1 parent c873c2d commit 089816d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.15.1"
version = "0.16.0"
authors = ["The winit contributors, Pierre Krieger <[email protected]>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

```toml
[dependencies]
winit = "0.15"
winit = "0.16"
```

## [Documentation](https://docs.rs/winit)
Expand Down

0 comments on commit 089816d

Please sign in to comment.