Release winit 0.16.1 (#587)

This commit is contained in:
Francesca Frangipane 2018-07-02 20:14:38 -04:00 committed by GitHub
parent fad72c0441
commit 1703d0417a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# Version 0.16.1 (2018-07-02)
- Added logging through `log`. Logging will become more extensive over time.
- On X11 and Windows, the window's DPI factor is guessed before creating the window. This *greatly* cuts back on unsightly auto-resizing that would occur immediately after window creation.
- Fixed X11 backend compilation for environments where `c_char` is unsigned.

View file

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