For updating wgpu to 0.18 in Ruffle (ruffle-rs/ruffle#13732), we'd have to downgrade our web-sys dependency from 0.3.65 to 0.3.64 because of the GpuComputePassTimestampWrite -> GpuComputePassTimestampWrites feature rename.
Would it be possible to update wgpu to web-sys 0.3.65 instead, preferably in a new 0.18 patch release?
It's not a particularly important, we don't require the newer web-sys version; but I assume sooner or later both projects will update anyway, so it would be nice to avoid this back-and-forth on our end.
Also, I noticed that your js-sys dependency is already at 0.3.65.
For updating wgpu to
0.18in Ruffle (ruffle-rs/ruffle#13732), we'd have to downgrade ourweb-sysdependency from0.3.65to0.3.64because of theGpuComputePassTimestampWrite->GpuComputePassTimestampWritesfeature rename.Would it be possible to update wgpu to
web-sys0.3.65instead, preferably in a new0.18patch release?It's not a particularly important, we don't require the newer
web-sysversion; but I assume sooner or later both projects will update anyway, so it would be nice to avoid this back-and-forth on our end.Also, I noticed that your
js-sysdependency is already at0.3.65.