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

raw_window_handle old version #401

Open
noniwoo opened this issue Sep 28, 2024 · 2 comments
Open

raw_window_handle old version #401

noniwoo opened this issue Sep 28, 2024 · 2 comments
Labels
question Usability question

Comments

@noniwoo
Copy link

noniwoo commented Sep 28, 2024

In your repo I can clearly see that current version is using raw-window-handle = "0.6", but on https://crates.io/crates/pixels/0.14.0/dependencies you can see, that it uses raw-window-handle v0.5. Could you please update the crate to make pixels interoperable with current version of winit?

@parasyte
Copy link
Owner

parasyte commented Sep 29, 2024

pixels 0.14 was released with support for wgpu 0.17. See the release notes.

If you want a newer version of wgpu with raw-window-handle 0.6 then you need to use the git repo (which currently supports wgpu 0.19) until another release is published:

[dependencies.pixels]
git = "https://github.com/parasyte/pixels.git"
rev = "57d339e61edd3ce3233cce47546382ee0f7bea06"

@parasyte parasyte added the question Usability question label Sep 29, 2024
@Barafu
Copy link

Barafu commented Oct 5, 2024

Or just cargo add winit --features rwh_05

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

No branches or pull requests

3 participants