mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 02:16:33 +11:00
Release 0.24.0
This commit is contained in:
parent
6f70fd90b9
commit
6db308f1e9
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Unreleased
|
||||
# 0.24.0 (2020-12-09)
|
||||
|
||||
- On Windows, fix applications not exiting gracefully due to thread_event_target_callback accessing corrupted memory.
|
||||
- On Windows, implement `Window::set_ime_position`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-platform window creation library."
|
||||
edition = "2018"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
winit = "0.23.0"
|
||||
winit = "0.24.0"
|
||||
```
|
||||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
|
Loading…
Add table
Reference in a new issue