From d102c2179219b90cdab9cb2da302036d9002ec68 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 2 Mar 2023 01:57:02 +0300 Subject: [PATCH] Winit version 0.28.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b154a2cb6..e250fe6152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.28.2 + - Implement `HasRawDisplayHandle` for `EventLoop`. - On macOS, set resize increments only for live resizes. - On Wayland, fix rare crash on DPI change diff --git a/Cargo.toml b/Cargo.toml index 71c34d7445..679b044ab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.1" +version = "0.28.2" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index b8e241649a..de6e0d9d4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.1" +winit = "0.28.2" ``` ## [Documentation](https://docs.rs/winit)