Closed
Description
Hello, I wanted to get into wgpu today and noticed that i couldn't use wgpu 0.13.2 in my cargo.toml but only wgpu 0.13.1 which left me confused as the changelog clearly has a release date for 0.13.2, is this intentional?
Furthermore i wanted to use winit 0.27 as there is an annoying bug on wayland which was fixed in winit 0.27 but i noticed that i couldn't use it, but I assume this won't be a problem anymore after #2918 got merged. Are there any plans on when to expect a wgpu release with winit 0.27 support?
Thanks for your amazing work wgpu-team :)