From 2c98dc3f33d0b9e6dfec6192f5564a0c1fe90cc9 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Thu, 21 Oct 2021 15:57:15 -0700 Subject: [PATCH] Recommend Edition 2021 as an alternative to Cargo resolver version 2 (#215) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77e56a8..7d0398f 100644 --- a/README.md +++ b/README.md @@ -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`