From 54894be9dd0dfdb486c92acf276fc1ed6ab5d10e Mon Sep 17 00:00:00 2001 From: Mikko Lehtonen Date: Fri, 18 Jun 2021 09:29:37 +0300 Subject: [PATCH] Update wgpu-rs url in Cargo.toml --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 1c46125eba..78e56b07cf 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -4,8 +4,8 @@ version = "0.8.0" authors = ["wgpu developers"] edition = "2018" description = "Rusty WebGPU API wrapper" -homepage = "https://github.com/gfx-rs/wgpu-rs" -repository = "https://github.com/gfx-rs/wgpu-rs" +homepage = "https://wgpu.rs/" +repository = "https://github.com/gfx-rs/wgpu" keywords = ["graphics"] license = "MPL-2.0" exclude = ["etc/**/*", "examples/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]