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

Advance wgpu version to 22.1, please. #4905

Open
John-Nagle opened this issue Aug 2, 2024 · 4 comments
Open

Advance wgpu version to 22.1, please. #4905

John-Nagle opened this issue Aug 2, 2024 · 4 comments
Labels
bug Something is broken

Comments

@John-Nagle
Copy link

Current wgpu version is now 22.1. (Yes, 22, not 0.22.)

egui-wgpu in crates.io depends upon wgpu 0.20.1.

So, crates out of sync, again, and because everybody passes low level types around, compiles fail.

@John-Nagle John-Nagle added the bug Something is broken label Aug 2, 2024
@YgorSouza
Copy link
Contributor

That is already done on master. It just hasn't been released yet.

@John-Nagle
Copy link
Author

Is it? See

https://github.com/emilk/egui/blob/master/Cargo.toml

wgpu = { version = "22.0.0", default-features = false, features = [
    # Make the renderer `Sync` even on wasm32, because it makes the code simpler:
    "fragile-send-sync-non-atomic-wasm",
] }

WGPU is at 22.1.0 now. WGPU got a quick update because something was broken in 22.0.0.

@YgorSouza
Copy link
Contributor

22.1 is semver compatible with 22.0, so that is not a problem.

@John-Nagle
Copy link
Author

OK. But it still needs to be pushed to crates.io so that other crates which depend upon it can be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants