diff --git a/Cargo.lock b/Cargo.lock index 7f730cab..46ecd226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/metal/Cargo.toml b/metal/Cargo.toml index a667cad5..c3bec1cd 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "pathfinder_metal" -version = "0.5.0" +version = "0.5.1" edition = "2018" authors = ["Patrick Walton "] -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"