macOS: fix building with feature = "rwh_04"

This commit is contained in:
daxpedda 2024-07-22 12:11:27 +02:00 committed by GitHub
parent eef2848c98
commit b6109d4a17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -82,3 +82,7 @@ changelog entry.
This feature was incomplete, and the equivalent functionality can be trivially achieved outside
of `winit` using `objc2-ui-kit` and calling `UIDevice::currentDevice().userInterfaceIdiom()`.
- On Web, remove unused `platform::web::CustomCursorError::Animation`.
### Fixed
- On MacOS, fix building with `feature = "rwh_04"`.