Fix `pathfinder_metal` crate description

This commit is contained in:
Patrick Walton 2020-04-17 13:03:18 -07:00
parent adf87d7636
commit ccf9822e11
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -235,7 +235,7 @@ dependencies = [
"pathfinder_geometry 0.5.0",
"pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0",
"pathfinder_metal 0.5.0",
"pathfinder_metal 0.5.1",
"pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0",
"sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -648,7 +648,7 @@ dependencies = [
"pathfinder_geometry 0.5.0",
"pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0",
"pathfinder_metal 0.5.0",
"pathfinder_metal 0.5.1",
"pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0",
"pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1575,7 +1575,7 @@ dependencies = [
"pathfinder_geometry 0.5.0",
"pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0",
"pathfinder_metal 0.5.0",
"pathfinder_metal 0.5.1",
"pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0",
@ -1631,7 +1631,7 @@ dependencies = [
"pathfinder_geometry 0.5.0",
"pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0",
"pathfinder_metal 0.5.0",
"pathfinder_metal 0.5.1",
"pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0",
@ -1720,7 +1720,7 @@ dependencies = [
[[package]]
name = "pathfinder_metal"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,9 +1,9 @@
[package]
name = "pathfinder_metal"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A simple cross-platform GPU abstraction library: OpenGL backend"
description = "A simple cross-platform GPU abstraction library: Metal backend"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"