gfx-rs / wgpu-rs

Rust bindings to wgpu native library
https://wgpu.rs
Mozilla Public License 2.0
1.69k stars 186 forks source link

Update wasm-bindgen dependencies. #818

Closed VincentJousse closed 3 years ago

VincentJousse commented 3 years ago

Because of https://github.com/rustwasm/wasm-bindgen/issues/2508

bors[bot] commented 3 years ago

Build succeeded:

kvark commented 3 years ago

Oh snap, this is 0.7, I didn't realize. Not sure if we can update these without breaking downstream depenencies

kvark commented 3 years ago

@VincentFTS if this is going to break the downstream projects, let's back this out

kvark commented 3 years ago

@VincentFTS I've just backed this out, until we figure out how to land this nicely

VincentJousse commented 3 years ago

Do you prefer to add syn dependency to fix its version ?

grovesNL commented 3 years ago

Yeah at least temporarily we might want to pin the old version of syn for 0.7 on wasm32 (syn = "=1.0.65")