Invaders example doesn't work when using pixels from crates.io #392
Labels
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
examples
A bug or improvement for an example
help wanted
Extra attention is needed
question
Usability question
I've spent a very long time trying to debug a problem in my new project, and in the end I've found out that if I target the cloned version on the pixels crate everything works fine!
I can easily replicate the issue in the invaders example by changing this Cargo.toml line
pixels = { path = "../.." }
with this
pixels = "0.13.0"
With
{ path = "../.." }
With
"0.13.0"
with the terminal spitting out this error:
Edit:
I think I've found the commit that fixed the problem, if I rollback just before the commit that updates wgpu to 0.17 then I get the same result as using version 0.13.0, after that commit everything works
System:
OS: Pop!_OS 22.04 LTS
rustc: 1.74.1
The text was updated successfully, but these errors were encountered: