Tiny typo in window tutorial

pull/438/head
Kyle Travis 2 years ago committed by GitHub
parent 8c4d2b5871
commit 656f4d7691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ If you only want to support desktops, that's all you have to do! In the next tut
If I go through this tutorial about WebGPU and never talk about using it on the web, then I'd hardly call this tutorial complete. Fortunately getting a wgpu application running in a browser is not too difficult once you get things set up.
Let's start with the changes we need to make to are `Cargo.toml`:
Let's start with the changes we need to make to our `Cargo.toml`:
```toml
[lib]

Loading…
Cancel
Save