Open clearlysid opened 1 month ago
Yeah, wgpu
still needs to be updated. This is a pretty good start, thank you!
I'm holding off any other updates to wgpu
until the next release (pixels
0.15) with support for wgpu
0.19. Which still needs some work as discussed in #400.
But I'm glad this has already been started!
Makes total sense!
wgpu
versions now use thex.0
rather than the0.x
scheme ie..22.0
is the new0.22
.Unfortunately, Cargo treats these as very different dependencies and versions. This causes the
pixels
crate to become incompatible with projects that are using a newer version ofwgpu
for something else.In this PR, I've upgraded the wgpu version to latest and fixed the relevant API calls with newer args that the compiler mandated (just defaults for now).
Feel free to merge this if you feel this is relevant. Thanks for the great project! 🙌