mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-02 14:56:34 +11:00
Bump version to 0.22.0 (#1500)
There are two PRs I'm aware of that should be relatively trivial to get merged, which would fix some issues. Other than those, I don't think it makes sense to wait on anything. - Fix Windows crash: https://github.com/rust-windowing/winit/pull/1459 - Fix macOS mouse reports: https://github.com/rust-windowing/winit/pull/1490 While #1459 seems pretty essential to actually make winit run, #1490 is much less important and can probably be ignored if there aren't any resources to merge it.
This commit is contained in:
parent
b208daa271
commit
7a9c17a520
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Unreleased
|
||||
# 0.22.0 (2020-03-07)
|
||||
|
||||
- On Windows, fix minor timing issue in wait_until_time_or_msg
|
||||
- On Windows, rework handling of request_redraw() to address panics.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.21.0"
|
||||
version = "0.22.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.21.0"
|
||||
winit = "0.22.0"
|
||||
```
|
||||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
|
Loading…
Add table
Reference in a new issue