mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Release 0.26.0 version
This commit is contained in:
parent
11a44081df
commit
ea1c031b54
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Unreleased
|
||||
# 0.26.0 (2021-12-01)
|
||||
|
||||
- Update `raw-window-handle` to `v0.4`. This is _not_ a breaking change, we still implement `HasRawWindowHandle` from `v0.3`, see [rust-windowing/raw-window-handle#74](https://github.com/rust-windowing/raw-window-handle/pull/74).
|
||||
- On X11, bump `mio` to 0.8.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.25.0"
|
||||
version = "0.26.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.25.0"
|
||||
winit = "0.26.0"
|
||||
```
|
||||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
|
Loading…
Add table
Reference in a new issue