Release 0.26.1 (#2125)

This commit is contained in:
Artúr Kovács 2022-01-05 15:38:59 +01:00 committed by GitHub
parent a033b25ecb
commit d3e6949007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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.
- On Web, implement cursor grabbing through the pointer lock API.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.26.0"
version = "0.26.1"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2018"

View file

@ -6,7 +6,7 @@
```toml
[dependencies]
winit = "0.26.0"
winit = "0.26.1"
```
## [Documentation](https://docs.rs/winit)