mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Release 0.20.0-alpha5 (#1315)
This commit is contained in:
committed by
Freya Gentz
parent
35505a3114
commit
e5291c9e28
@@ -1,5 +1,7 @@
|
|||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# # 0.20.0 Alpha 5 (2019-12-09)
|
||||||
|
|
||||||
- On macOS, fix application termination on `ControlFlow::Exit`
|
- On macOS, fix application termination on `ControlFlow::Exit`
|
||||||
- On Windows, fix missing `ReceivedCharacter` events when Alt is held.
|
- On Windows, fix missing `ReceivedCharacter` events when Alt is held.
|
||||||
- On macOS, stop emitting private corporate characters in `ReceivedCharacter` events.
|
- On macOS, stop emitting private corporate characters in `ReceivedCharacter` events.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.20.0-alpha4"
|
version = "0.20.0-alpha5"
|
||||||
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