I have a little project I've just updated to pixels 0.17 and while it works fine on MacOS, I get a panic on Linux like the following:
thread 'main' (32262) panicked at /home/amx/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-29.0.1/src/backend/wgpu_core.rs:3879:18:
wgpu error: Validation Error
Caused by:
In Surface::configure
`SurfaceOutput` must be dropped before a new `Surface` is made
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
After a bit of searching I found this issue, so a similar fix should be made.
I have a little project I've just updated to
pixels0.17 and while it works fine on MacOS, I get a panic on Linux like the following:After a bit of searching I found this issue, so a similar fix should be made.