From 41693bc8bd8e12c2c5d9d0e29c127247e5412c76 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 27 Feb 2025 13:10:26 -0500 Subject: [PATCH] docs(CONTRIBUTING): streamline Rust toolchain dep. description Co-Authored-By: Connor Fitzgerald --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 515736b5c..be0bddfc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,9 +92,10 @@ review. We use the following components in a WGPU development environment: -- [The version of the Rust toolchain with the `cargo` command][install-rust], - pointed to by `rust-toolchain.toml` at the root of the repository, to compile - WGPU's code. +- [A Rust toolchain][install-rust] matching the version specified in + [`rust-toolchain.toml`](./rust-toolchain.toml), to compile WGPU's code. If you + use `rustup`, this will be automatically installed when you first run a + `cargo` command in the repository. - [Taplo](https://taplo.tamasfe.dev/) to keep TOML files formatted. - [Vulkan SDK](https://vulkan.lunarg.com/) to provide Vulkan validation layers and other Vulkan/SPIR-V tools for testing.