window-shadows
window-shadows copied to clipboard
fix(deps): update rust crate raw-window-handle to 0.6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| raw-window-handle | dependencies | minor | 0.5 -> 0.6 |
Release Notes
rust-windowing/raw-window-handle (raw-window-handle)
v0.6.0
-
Breaking: Raw pointer handles now use
NonNullwhere appropriate, to avoid null pointer dereferences. -
Breaking: Renamed
emptymethods tonew, and take parameters in most of those, to better match normal Rust semantics. -
Breaking:
HasRaw(Display/Window)Handle::raw_(display/window)_handlereturns a result indicating if fetching the window handle failed (#122). -
Breaking: Remove the
Active/ActiveHandletypes from the public API (#126). -
Breaking: Remove
AppKitWindowHandle::ns_windowandUiKitWindowHandle::ui_windowsince they can be retrieved from the view (#129). -
Breaking: Remove
Copyderive fromRawWindowHandleandWindowHandle(#140). - Implement
PartialEq,EqandHashforWindowHandletoo. (#128) - Implement the relevant traits for
&mut T where T: <trait>. (#130) - Add web handles for
wasm-bindgenv0.2. They are locked behind thewasm-bindgen-0-2feature. (#134) - Deprecate the raw window/display handle traits. They will be removed at the next stable release. (#139)
v0.5.2
- Add several types for using raw window handles safely, including
HasWindowHandle,WindowHandle,HasDisplayHandle,DisplayHandleandActive(#110).
v0.5.1
- Add the
rust-versionfield (1.64). - Implemented
FromforRawWindowHandleandRawDisplayHandle
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.