Version 0.11.1 (#409)

This commit is contained in:
Chet Gurevitch 2018-02-20 07:18:17 -08:00 committed by Pierre Krieger
parent c62296dc2b
commit f279b2f229
2 changed files with 5 additions and 4 deletions

View file

@ -1,9 +1,10 @@
# Unreleased # Unreleased
- Implement `MonitorId::get_dimensions` for Android. # Version 0.11.1 (2018-02-19)
- Fixed windows not receiving mouse events when click-dragging the mouse outside the client area of a window, on Windows platforms.
- Fixed windows not receiving mouse events when click-dragging the mouse outside the client area of a window, on Windows platforms.
- Added method `os::android::EventsLoopExt:set_suspend_callback(Option<Box<Fn(bool) -> ()>>)` that allows glutin to register a callback when a suspend event happens
=======
# Version 0.11.0 (2018-02-09) # Version 0.11.0 (2018-02-09)
- Implement `MonitorId::get_dimensions` for Android. - Implement `MonitorId::get_dimensions` for Android.

View file

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