From 2a42e73eef024ab917e45a10cb1d5ca6261a68ca Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Sat, 29 May 2021 14:56:56 -0230 Subject: [PATCH] [rs] Specify latest gfx release branch in README --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index 4a617b26f5..dbc5c92941 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -90,7 +90,7 @@ tracing = { version = "0.1", features = ["log-always"] } ## Development -If you need to test local fixes to gfx-rs or other dependencies, the simplest way is to add a Cargo patch. For example, when working on DX12 backend on Windows, you can check out the "hal-0.2" branch of gfx-rs repo and add this to the end of "Cargo.toml": +If you need to test local fixes to gfx or other dependencies, the simplest way is to add a Cargo patch. For example, when working on DX12 backend on Windows, you can check out the latest release branch in the [gfx-hal repository](https://github.com/gfx-rs/gfx) (e.g. currently `hal-0.8`) and add this patch to the end of `Cargo.toml`: ```toml [patch."https://github.com/gfx-rs/gfx"]