Release winit 0.15.1 (#564)

This commit is contained in:
Francesca Frangipane
2018-06-13 12:06:22 -04:00
committed by GitHub
parent ced1616e51
commit 23c384bd30
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased
# Version 0.15.1 (2018-06-13)
- On X11, the `Moved` event is no longer sent when the window is resized without changing position.
- `MouseCursor` and `CursorState` now implement `Default`.
- `WindowBuilder::with_resizable` implemented for Windows, X11, Wayland, and macOS.

View File

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