diff --git a/Cargo.toml b/Cargo.toml index ede3b2d..fe80094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "metal" -version = "0.25.0" +version = "0.26.0" description = "Rust bindings for Metal" documentation = "https://docs.rs/crate/metal" homepage = "https://github.com/gfx-rs/metal-rs" repository = "https://github.com/gfx-rs/metal-rs" -authors = ["GFX Developers"] +authors = ["gfx-rs developers"] readme = "README.md" keywords = ["metal", "graphics", "bindings"] license = "MIT OR Apache-2.0"