Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps winit from 0.30.9 to 0.30.12.

Release notes

Sourced from winit's releases.

Winit version v0.30.12

Fixed

  • On macOS, fix crash on macOS 26 by using objc2's relax-sign-encoding feature.

Winit release v0.30.11

Fixed

  • On Windows, fixed crash in should_apps_use_dark_mode() for Windows versions < 17763.
  • On Wayland, fixed pump_events driven loop deadlocking when loop was not drained before exit.

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
  • f6893a4 Winit version 0.30.12
  • c0a8bed chore: fix typos from updated typos tool
  • b248ecb winit: silence wasm on nightly
  • b49d34e ci/deny: add rustix
  • cc43ea1 macOS: fix runtime crash on macos26 "type code 'q', but found 'Q'"
  • 911fad0 Winit version 0.30.11
  • 2191eac chore: appease clippy
  • f7ac812 wayland: fix pump events's loop drop deadlock
  • bd2b5cd windows: Fix crash in for Windows versions < 17763
  • 3930a63 ci/deny: allow scripts in zerocopy
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) July 29, 2025 12:05
@evroon
Copy link
Owner

evroon commented Nov 3, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/winit-0.30.12 branch from 0714bb4 to 35109fc Compare November 3, 2025 16:50
@evroon
Copy link
Owner

evroon commented Nov 3, 2025

@dependabot rebase

Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.9 to 0.30.12.
- [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.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/winit-0.30.12 branch from 35109fc to 905f882 Compare November 3, 2025 17:32
@github-actions github-actions bot merged commit f63e27a into master Nov 3, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/winit-0.30.12 branch November 3, 2025 17:42
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.

2 participants