Remove raw-window-handle v0.4 and v0.5 support (#3831)

This commit is contained in:
daxpedda
2024-08-04 00:18:39 +02:00
committed by GitHub
parent e3fbfb81d7
commit 02a0a91a94
26 changed files with 24 additions and 426 deletions

View File

@@ -102,8 +102,9 @@ 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`.
- Remove the `rwh_04` and `rwh_05` cargo feature and the corresponding `raw-window-handle` v0.4 and
v0.5 support. v0.6 remains in place and is enabled by default.
### Fixed
- On MacOS, fix building with `feature = "rwh_04"`.
- On Web, pen events are now routed through to `WindowEvent::Cursor*`.