learn-wgpu
learn-wgpu copied to clipboard
Minor typo in cargo.toml in tutorial 5
https://sotrh.github.io/learn-wgpu/beginner/tutorial5-textures/#cleaning-things-up The passage here mentions the anyhow crate, but then the code sample right afterwards adds the bytemuck crate. Probably a copy-paste error. I'll open up a PR for this next time I get a chance