From cb0646f8da8280a357001f13da8a336578252947 Mon Sep 17 00:00:00 2001 From: RustEnthusiast <103629661+RustEnthusiast@users.noreply.github.com> Date: Sat, 2 Jul 2022 03:17:08 -0500 Subject: [PATCH] Update wgpu repository link in Cargo.toml. (#2834) This fixes issue #2830. --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 803f75a520..0e52132f7b 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -5,7 +5,7 @@ authors = ["wgpu developers"] edition = "2021" description = "Rusty WebGPU API wrapper" homepage = "https://wgpu.rs/" -repository = "https://github.com/gfx-rs/wgpu/tree/v0.12" +repository = "https://github.com/gfx-rs/wgpu/tree/v0.13" keywords = ["graphics"] license = "MIT OR Apache-2.0" exclude = [