Merge pull request #317 from rokonio/patch-1

Fix a typo
pull/321/head
sotrh 2 years ago committed by GitHub
commit 214cdcfb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -434,7 +434,7 @@ log = "0.4"
pollster = "0.2"
wgpu = "0.12"
bytemuck = { version = "1.4", features = [ "derive" ] }
anyhow = "1.0" // NEW!
anyhow = "1.0" # NEW!
```
Then, in a new file called `src/texture.rs`, add the following:

Loading…
Cancel
Save