Fix compatibility with platforms without AtomicU64

Fixes #3456.
This commit is contained in:
Kirill Chibisov 2024-02-08 00:58:43 +04:00 committed by GitHub
parent 56035e1f13
commit 20687fef1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- Fix compatibility with 32-bit platforms without 64-bit atomics.
- On X11, fix swapped instance and general class names.
- **Breaking:** Removed unnecessary generic parameter `T` from `EventLoopWindowTarget`.
- On Windows, macOS, X11, Wayland and Web, implement setting images as cursors. See the `custom_cursors.rs` example.