winit icon indicating copy to clipboard operation
winit copied to clipboard

Reexport older versions of raw-window-handle

Open linkmauve opened this issue 9 months ago • 0 comments

When the user decides to use an older version of raw-window-handle, through the rwh_04 or rwh_05 features, it makes sense to reexport the crate so they don’t have to depend on it manually and can instead use winit::raw_window_handle.

  • [x] Tested on all platforms changed
  • [x] Added an entry to the changelog module if knowledge of this change could be valuable to users
  • [x] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior

linkmauve avatar Apr 27 '24 18:04 linkmauve