Update wgpu-rs url in Cargo.toml

This commit is contained in:
Mikko Lehtonen
2021-06-18 09:29:37 +03:00
parent 63019893df
commit 54894be9dd

View File

@@ -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/**/*"]