mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
docs(CONTRIBUTING): streamline Rust toolchain dep. description
Co-Authored-By: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
This commit is contained in:
parent
7f87994c3f
commit
41693bc8bd
@ -92,9 +92,10 @@ review.
|
|||||||
|
|
||||||
We use the following components in a WGPU development environment:
|
We use the following components in a WGPU development environment:
|
||||||
|
|
||||||
- [The version of the Rust toolchain with the `cargo` command][install-rust],
|
- [A Rust toolchain][install-rust] matching the version specified in
|
||||||
pointed to by `rust-toolchain.toml` at the root of the repository, to compile
|
[`rust-toolchain.toml`](./rust-toolchain.toml), to compile WGPU's code. If you
|
||||||
WGPU's code.
|
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.
|
- [Taplo](https://taplo.tamasfe.dev/) to keep TOML files formatted.
|
||||||
- [Vulkan SDK](https://vulkan.lunarg.com/) to provide Vulkan validation layers
|
- [Vulkan SDK](https://vulkan.lunarg.com/) to provide Vulkan validation layers
|
||||||
and other Vulkan/SPIR-V tools for testing.
|
and other Vulkan/SPIR-V tools for testing.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user