mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Release 0.26.1 (#2125)
This commit is contained in:
parent
a033b25ecb
commit
d3e6949007
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Unreleased
|
# 0.26.1 (2022-01-05)
|
||||||
|
|
||||||
- Fix linking to the `ColorSync` framework on macOS 10.7, and in newer Rust versions.
|
- Fix linking to the `ColorSync` framework on macOS 10.7, and in newer Rust versions.
|
||||||
- On Web, implement cursor grabbing through the pointer lock API.
|
- On Web, implement cursor grabbing through the pointer lock API.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.26.0"
|
version = "0.26.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."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
winit = "0.26.0"
|
winit = "0.26.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## [Documentation](https://docs.rs/winit)
|
## [Documentation](https://docs.rs/winit)
|
||||||
|
|
Loading…
Add table
Reference in a new issue