Winit version 0.28.7

This commit is contained in:
Mads Marquart
2023-09-28 00:00:19 +02:00
parent 55f60a35b1
commit 2ebbfab6a4
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
# 0.28.7
- Fix window size sometimes being invalid when resizing on macOS 14 Sonoma.
# 0.28.6

View File

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

View File

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