mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Release 0.21.0 (#1440)
* Update CHANGELOG.md * Update README.md * Update Cargo.toml * Update Cargo.toml * Update README.md * Update CHANGELOG.md
This commit is contained in:
parent
c1eb7f9629
commit
28f0eb598d
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# Unreleased
|
||||
|
||||
# 0.21.0 (2020-02-04)
|
||||
|
||||
- On Windows, fixed "error: linking with `link.exe` failed: exit code: 1120" error on older versions of windows.
|
||||
- On macOS, fix set_minimized(true) works only with decorations.
|
||||
- On macOS, add `hide_application` to `EventLoopWindowTarget` via a new `EventLoopWindowTargetExtMacOS` trait. `hide_application` will hide the entire application by calling `-[NSApplication hide: nil]`.
|
||||
- On macOS, fix not sending ReceivedCharacter event for specific keys combinations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
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"
|
||||
winit = "0.21.0"
|
||||
```
|
||||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
|
Loading…
Add table
Reference in a new issue