Release winit 0.13.1 (#486)

This commit is contained in:
Francesca Frangipane 2018-04-26 18:53:16 -04:00 committed by GitHub
parent 7510b95d8c
commit 2ea42b3947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Unreleased
# Version 0.13.1 (2018-04-26)
- Ensure necessary `x11-dl` version is used.
# Version 0.13.0 (2018-04-25)
- Implement `WindowBuilder::with_maximized`, `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for MacOS.

View file

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