Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update Rust crate raw-window-handle to 0.6.1 #103

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
raw-window-handle dependencies minor 0.3.4 -> 0.6.1

Release Notes

rust-windowing/raw-window-handle (raw-window-handle)

v0.6.1

Compare Source

  • Add safe constructors for window handles. This may be useful for implementing
    windowing systems with zero unsafe code. (#​159)
  • Improve documentation for Apple window handles. (#​160)
  • Add a clarification as to what circumstances Windows handles are considered
    "valid" under. (#​163)

v0.6.0

Compare Source

  • Breaking: Raw pointer handles now use NonNull where appropriate, to avoid null pointer dereferences.
  • Breaking: Renamed empty methods to new, and take parameters in most of those, to better match normal Rust semantics.
  • Breaking: HasRaw(Display/Window)Handle::raw_(display/window)_handle returns a result indicating if fetching the window handle failed (#​122).
  • Breaking: Remove the Active/ActiveHandle types from the public API (#​126).
  • Breaking: Remove AppKitWindowHandle::ns_window and UiKitWindowHandle::ui_window since they can be retrieved from the view (#​129).
  • Breaking: Remove Copy derive from RawWindowHandle and WindowHandle (#​140).
  • Implement PartialEq, Eq and Hash for WindowHandle too. (#​128)
  • Implement the relevant traits for &mut T where T: <trait>. (#​130)
  • Add web handles for wasm-bindgen v0.2. They are locked behind the wasm-bindgen-0-2 feature. (#​134)
  • Deprecate the raw window/display handle traits. They will be removed at the next stable release. (#​139)

v0.5.2

Compare Source

  • Add several types for using raw window handles safely, including HasWindowHandle, WindowHandle, HasDisplayHandle, DisplayHandle and Active (#​110).

v0.5.1

Compare Source

  • Add the rust-version field (1.64).
  • Implemented From for RawWindowHandle and RawDisplayHandle

v0.5.0

Compare Source

  • Breaking: The RawWindowHandle variants were split into RawDisplayHandle and RawWindowHandle.
  • The X11 screen is now present in new XlibDisplayHandle and XcbDisplayHandle.
  • Add GBM support.

v0.4.3

Compare Source

v0.4.2

Compare Source

  • Also implement HasRawWindowHandle for Rc<T>, and Arc<T> where T: ?Sized.

v0.4.1

Compare Source

  • Added an impl of HasRawWindowHandle for &T, Rc<T>, and Arc<T>. The impls for Rc<T> and Arc<T> require the alloc feature.

v0.4.0

Compare Source

  • Breaking: Remove _do_not_use tags to use #[non_exhaustive] macro
  • Breaking: RawWindowHandle variants are no longer cfg-guarded by platform.
  • Breaking: Rename IOS to UiKit.
  • Breaking: Rename MacOS to AppKit.
  • Breaking: Rename Windows to Win32.
  • Breaking: Rename Redox to Orbital.
  • Breaking: Rename Android to AndroidNdk.
  • Breaking: Inner window handle structs are now exported at crate root.
  • Added Windows WinRt handle.

Configuration

📅 Schedule: Branch creation - "on the first day of the week" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (squash) April 20, 2024 23:27
@MikuroXina MikuroXina closed this Apr 20, 2024
@MikuroXina MikuroXina deleted the renovate/raw-window-handle-0.x branch April 20, 2024 23:29
Copy link
Contributor Author

renovate bot commented Apr 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.6.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant