Bump raw window handle to 0.6.0#4202
Merged
cwfitzgerald merged 52 commits intogfx-rs:trunkfrom Oct 27, 2023
Merged
Conversation
TornaxO7
commented
Oct 3, 2023
Contributor
|
PR title says 6.0.0 which is a typo. |
Contributor
Author
|
whoops, sorry! Thank you for pointing it out |
Contributor
Author
|
Aye! Will continue this PR! |
11 tasks
Contributor
Author
|
Welp... so the only test which is failing is from |
This was referenced Oct 27, 2023
Merged
andyleiserson
added a commit
to andyleiserson/wgpu
that referenced
this pull request
Jan 7, 2026
The loop/break changes in `play.rs` are reverting changes made in gfx-rs#4202. Fixes gfx-rs#5974
andyleiserson
added a commit
to andyleiserson/wgpu
that referenced
this pull request
Jan 7, 2026
The loop/break changes in `play.rs` are reverting changes made in gfx-rs#4202. Fixes gfx-rs#5974
1 task
andyleiserson
added a commit
to andyleiserson/wgpu
that referenced
this pull request
Jan 7, 2026
The loop/break changes in `play.rs` are reverting changes made in gfx-rs#4202. Fixes gfx-rs#5974
andyleiserson
added a commit
to andyleiserson/wgpu
that referenced
this pull request
Jan 7, 2026
The loop/break changes in `play.rs` are reverting changes made in gfx-rs#4202. Fixes gfx-rs#5974
andyleiserson
added a commit
to andyleiserson/wgpu
that referenced
this pull request
Jan 7, 2026
The loop/break changes in `play.rs` are reverting changes made in gfx-rs#4202. Fixes gfx-rs#5974
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
cargo clippy.cargo clippy --target wasm32-unknown-unknownif applicable.Connections
This PR tries to fix the code of #4193
Description
raw-window-handlefrom0.5->0.6CreateSurfaceErrorKind:CreateSurfaceErrorKind::RawHandle(raw_window_handle::HandleError)which holds the error when trying to get the an handler for aWindowor aDisplay.Testing
TODO
Status
We have to wait for rust-windowing/winit#3126 because
winithasn't bumpedraw-window-handleyet, hence I'm getting the following error messages for example: