mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Relase alpha 6 (#1338)
* Relase alpha 6 * Update CHANGELOG.md Co-authored-by: Freya Gentz <zegentzy@protonmail.com>
This commit is contained in:
parent
114c18e70d
commit
c0b46a03b5
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# 0.20.0 Alpha 6 (2020-01-03)
|
||||
|
||||
- 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 error when `set_fullscreen` is called during fullscreen transition.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.20.0-alpha5"
|
||||
version = "0.20.0-alpha6"
|
||||
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-platform window creation library."
|
||||
edition = "2018"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
winit = "0.20.0-alpha5"
|
||||
winit = "0.20.0-alpha6"
|
||||
```
|
||||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
|
Loading…
Add table
Reference in a new issue