Skip to content

Commit

Permalink
Recommend Edition 2021 as an alternative to Cargo resolver version 2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Oct 21, 2021
1 parent 9264a25 commit 2c98dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Starting with [`wgpu` 0.10](https://github.com/gfx-rs/wgpu/blob/06316c1bac8b78ac
resolver = "2"
```

Perhaps a better alternative is specifying [`edition = "2021"`](https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html), especially if you are starting a new project with Rust `1.56.0` or later.

### Driver issues

The most common issue is having an outdated graphics driver installed on the host machine. `pixels`
Expand Down

0 comments on commit 2c98dc3

Please sign in to comment.