Skip to content

Commit 41693bc

Browse files
docs(CONTRIBUTING): streamline Rust toolchain dep. description
Co-Authored-By: Connor Fitzgerald <[email protected]>
1 parent 7f87994 commit 41693bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ review.
9292

9393
We use the following components in a WGPU development environment:
9494

95-
- [The version of the Rust toolchain with the `cargo` command][install-rust],
96-
pointed to by `rust-toolchain.toml` at the root of the repository, to compile
97-
WGPU's code.
95+
- [A Rust toolchain][install-rust] matching the version specified in
96+
[`rust-toolchain.toml`](./rust-toolchain.toml), to compile WGPU's code. If you
97+
use `rustup`, this will be automatically installed when you first run a
98+
`cargo` command in the repository.
9899
- [Taplo](https://taplo.tamasfe.dev/) to keep TOML files formatted.
99100
- [Vulkan SDK](https://vulkan.lunarg.com/) to provide Vulkan validation layers
100101
and other Vulkan/SPIR-V tools for testing.

0 commit comments

Comments
 (0)