-
It looks like this commit renamed the GpuBufferUsage feature in web-sys to gpu_buffer_usage, presumably because it is part of an unstable api. I would consider this a breaking change. It looks like this was picked up in this commit for wgpu but the requirement for that feature has been dropped entirely in the current version.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
It looks like this commit renamed the GpuBufferUsage feature in web-sys to gpu_buffer_usage, presumably because it is part of an unstable api. I would consider this a breaking change. It looks like this was picked up in this commit for wgpu but the requirement for that feature has been dropped entirely in the current version.
-
Unfortunately the pixels crate uses wgpu 0.12 and the latest is wgpu 0.13 which shouldn't have this issue. As /u/lenscas has said you could have forked pixels to update the dependency but you could also set your dependency to use the latest GitHub SHA because an update to use the latest version of wgpu 0.13 has been merged into the repository.