We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f87994 commit 41693bcCopy full SHA for 41693bc
CONTRIBUTING.md
@@ -92,9 +92,10 @@ review.
92
93
We use the following components in a WGPU development environment:
94
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.
+- [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
98
+ `cargo` command in the repository.
99
- [Taplo](https://taplo.tamasfe.dev/) to keep TOML files formatted.
100
- [Vulkan SDK](https://vulkan.lunarg.com/) to provide Vulkan validation layers
101
and other Vulkan/SPIR-V tools for testing.
0 commit comments