Update wgpu to 26 and wasm-bindgen to 0.2.100#7340
Update wgpu to 26 and wasm-bindgen to 0.2.100#7340torokati44 wants to merge 1 commit intoemilk:mainfrom
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... |
|
Merged as #7540. |
There are new duplicate crates in the dep tree (
core-*), butndk-sysis deduplicated in exchange.