Smithay / client-toolkit

Smithay's toolkit for writing wayland clients
MIT License
286 stars 80 forks source link

Update `wgpu` example to `wgpu` 0.19 #437

Closed ids1024 closed 8 months ago

ids1024 commented 10 months ago

Hm, so wgpu requires Rustc 1.70?

It's not really a problem for the example to require a higher MSRV than the library, but it's a bit awkward to CI test that.

i509VCB commented 10 months ago

Hm, so wgpu requires Rustc 1.70?

It's not really a problem for the example to require a higher MSRV than the library, but it's a bit awkward to CI test that.

What wgpu uses is largely based on Firefox.

I'd be fine bumping to 1.70. Although didn't rwh bump up and I know ash now needs 1.69 on git master.