-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update wgpu to 26 and wasm-bindgen to 0.2.100 #7340
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
base: main
Are you sure you want to change the base?
Conversation
Preview available at https://egui-pr-preview.github.io/pr/7340-wgpu-26 |
Is the wgpu version upgrade blocked by something? I'd be interested in pushing this as I need it for an own project. Can I help somehow? |
Currently the issue seems to be that wgpu is now no_std and the macro from the puffin crate still pulls in std components in the expanded macro (like |
@torokati44 should I open a different PR or should I edit your existing one (If you give me access to the branch)? |
I’m not sure which crate should host the fix. The underlying issue lies in puffin, which is currently unmaintained, so the patch could land in one of four places:
|
@Kumpelinus I think it's easier if you open your own, I won't mind. I don't think this permission can be easily granted to you. |
Ok, will do 👍 |
I think bumping |
Are you sure? I wasn't able to do it that way... |
There are new duplicate crates in the dep tree (
core-*
), butndk-sys
is deduplicated in exchange.