mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-14 22:40:38 +11:00
parent
4584e7629a
commit
ddf133dd66
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# Version 0.18.1 (2018-12-30)
|
||||||
|
|
||||||
- On macOS, fix `Yen` (JIS) so applications receive the event.
|
- On macOS, fix `Yen` (JIS) so applications receive the event.
|
||||||
- On X11 with a tiling WM, fixed high CPU usage when moving windows across monitors.
|
- On X11 with a tiling WM, fixed high CPU usage when moving windows across monitors.
|
||||||
- On X11, fixed panic caused by dropping the window before running the event loop.
|
- On X11, fixed panic caused by dropping the window before running the event loop.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.18.0"
|
version = "0.18.1"
|
||||||
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."
|
||||||
keywords = ["windowing"]
|
keywords = ["windowing"]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
winit = "0.18"
|
winit = "0.18.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## [Documentation](https://docs.rs/winit)
|
## [Documentation](https://docs.rs/winit)
|
||||||
|
|
Loading…
Reference in a new issue