fix(deps): update rust crate winit to v0.30.7 #837
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.5
->0.30.7
Release Notes
rust-windowing/winit (winit)
v0.30.7
: Winit version 0.30.7Compare Source
Fixed
v0.30.6
: [YANKED] Winit version 0.30.6Compare Source
Added
WindowExtMacOS::set_borderless_game
andWindowAttributesExtMacOS::with_borderless_game
to fully disable the menu bar and dock in Borderless Fullscreen as commonly done in games.
window
example now understands theX11_VISUAL_ID
andX11_SCREEN_ID
envvariables to test the respective modifiers of window creation.
Window::set_ime_allowed
.Window::set_ime_allowed
.Fixed
WindowEvent::Moved
sometimes being triggered unnecessarily on resize.LSUIElement
will no longer be overridden with thedefault activation policy, unless explicitly provided during initialization.
drag_window()
without a left click present.ControlFlow::WaitUntil
work more precisely usingCREATE_WAITABLE_TIMER_HIGH_RESOLUTION
.DISPLAY=:0.1
) works again.with_x11_screen(non_default_screen)
works again.MonitorHandle
'sPartialEq
andHash
implementations.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.