Windows: Fix fullscreen deadlock + release 0.17.1 (#622)

* Windows: Fix fullscreen deadlock

* Release winit 0.17.1
This commit is contained in:
Francesca Frangipane
2018-08-07 14:24:43 -04:00
committed by GitHub
parent 09550397d7
commit b2b740fed7
3 changed files with 8 additions and 5 deletions

View File

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