mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
On Windows, fix deadlock during Cursor{Enter,Leave}
The lock was not released when calling back to the user. Fixes #3171.
This commit is contained in:
@@ -11,6 +11,8 @@ Unreleased` header.
|
||||
|
||||
# Unreleased
|
||||
|
||||
- On Windows, fix deadlock when accessing the state during `Cursor{Enter,Leave}`.
|
||||
|
||||
# 0.29.2
|
||||
|
||||
- **Breaking:** Bump MSRV from `1.60` to `1.65`.
|
||||
|
||||
Reference in New Issue
Block a user