mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Version 0.11.1 (#409)
This commit is contained in:
parent
c62296dc2b
commit
f279b2f229
|
@ -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.
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue