mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
Relase alpha 6 (#1338)
* Relase alpha 6 * Update CHANGELOG.md Co-authored-by: Freya Gentz <zegentzy@protonmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# 0.20.0 Alpha 6 (2020-01-03)
|
||||||
|
|
||||||
- On macOS, fix `set_cursor_visible` hides cursor outside of window.
|
- On macOS, fix `set_cursor_visible` hides cursor outside of window.
|
||||||
- On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size.
|
- On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size.
|
||||||
- On macOS, fix error when `set_fullscreen` is called during fullscreen transition.
|
- On macOS, fix error when `set_fullscreen` is called during fullscreen transition.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.20.0-alpha5"
|
version = "0.20.0-alpha6"
|
||||||
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."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user