Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps winit from 0.30.9 to 0.30.10.

Release notes

Sourced from winit's releases.

Winit version 0.30.10

Added

  • On Windows, add IconExtWindows::from_resource_name.
  • On Windows, add CursorGrabMode::Locked.
  • On Wayland, add WindowExtWayland::xdg_toplevel.

Changed

  • On macOS, no longer need control of the main NSApplication class (which means you can now override it yourself).
  • On iOS, remove custom application delegates. You are now allowed to override the application delegate yourself.
  • On iOS, no longer act as-if the application successfully open all URLs. Override application:didFinishLaunchingWithOptions: and provide the desired behaviour yourself.

Fixed

  • On Windows, fixed ~500 ms pause when clicking the title bar during continuous redraw.
  • On macOS, WindowExtMacOS::set_simple_fullscreen now honors WindowExtMacOS::set_borderless_game
  • On X11 and Wayland, fixed pump_events with Some(Duration::Zero) blocking with Wait polling mode
  • On Wayland, fixed a crash when consequently calling set_cursor_grab without pointer focus.
  • On Wayland, ensure that external event loop is woken-up when using pump_events and integrating via FD.
  • On Wayland, apply fractional scaling to custom cursors.
  • On macOS, fixed run_app_on_demand returning without closing open windows.
  • On macOS, fixed VideoMode::refresh_rate_millihertz for fractional refresh rates.
  • On macOS, store monitor handle to avoid panics after going in/out of sleep.
  • On macOS, allow certain invalid monitor handles and return None instead of panicking.
  • On Windows, fixed Ime::Preedit cursor offset calculation.
Commits
  • 2385410 Winit version 0.30.10
  • 6db1343 wayland: bump wayland-rs to avoid yanked release
  • a26899a windows: fix incorrect cursor_range calculation in Ime::Preedit
  • 80bddda macOS: Fix monitors connected via certain Thunderbolt hubs
  • 5f1e9f6 macOS: Store UUID in MonitorHandle instead of CGDirectDisplayID
  • 57baf72 Allow the user to register the application delegate on iOS
  • da7a096 fix: Support fractional refresh rates in video modes on macOS (#4191)
  • 53321dc Swizzle sendEvent: instead of subclassing NSApplication
  • 6556cde macOS: Close windows automatically when exiting
  • 7672fd5 wayland: support fractional scale for custom cursor
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.9 to 0.30.10.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.30.9...v0.30.10)

---
updated-dependencies:
- dependency-name: winit
  dependency-version: 0.30.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 1, 2025 11:18
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2025

Superseded by #64.

@dependabot dependabot bot closed this May 21, 2025
auto-merge was automatically disabled May 21, 2025 11:31

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/winit-0.30.10 branch May 21, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant