From adf87d76361688483ad254c95ade669fadb14d24 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 17 Apr 2020 12:45:35 -0700 Subject: [PATCH] Bump the `pathfinder_color` version to 0.5 to match other crates --- Cargo.lock | 74 ++++++++++++++++++++++++------------------------ color/Cargo.toml | 2 +- gl/Cargo.toml | 10 ++++++- gpu/Cargo.toml | 10 ++++++- metal/Cargo.toml | 12 ++++++-- 5 files changed, 66 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0ecb11f..7f730cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,10 +212,10 @@ dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", @@ -230,12 +230,12 @@ dependencies = [ "metal 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", - "pathfinder_metal 0.1.0", + "pathfinder_metal 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", "sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -248,10 +248,10 @@ version = "0.1.0" dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", @@ -265,10 +265,10 @@ version = "0.1.0" dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", @@ -287,10 +287,10 @@ dependencies = [ "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", @@ -306,10 +306,10 @@ dependencies = [ "font-kit 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", @@ -646,9 +646,9 @@ dependencies = [ "nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_demo 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", - "pathfinder_metal 0.1.0", + "pathfinder_metal 0.5.0", "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)", @@ -1555,7 +1555,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_demo 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", ] @@ -1570,12 +1570,12 @@ dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "metal 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_canvas 0.1.0", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", - "pathfinder_metal 0.1.0", + "pathfinder_metal 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", "pathfinder_simd 0.5.0", @@ -1586,7 +1586,7 @@ name = "pathfinder_canvas" version = "0.1.0" dependencies = [ "font-kit 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", @@ -1596,7 +1596,7 @@ dependencies = [ [[package]] name = "pathfinder_color" -version = "0.1.0" +version = "0.5.0" dependencies = [ "pathfinder_simd 0.5.0", ] @@ -1609,7 +1609,7 @@ dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_geometry 0.5.0", "pathfinder_simd 0.5.0", "quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1625,13 +1625,13 @@ dependencies = [ "image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "metal 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_export 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", - "pathfinder_metal 0.1.0", + "pathfinder_metal 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", "pathfinder_simd 0.5.0", @@ -1646,7 +1646,7 @@ name = "pathfinder_export" version = "0.1.0" dependencies = [ "deflate 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "pathfinder_gl" -version = "0.1.0" +version = "0.5.0" dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "half 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1680,7 +1680,7 @@ dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "half 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_geometry 0.5.0", "pathfinder_resources 0.5.0", "pathfinder_simd 0.5.0", @@ -1703,11 +1703,11 @@ dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_demo 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_simd 0.5.0", @@ -1720,7 +1720,7 @@ dependencies = [ [[package]] name = "pathfinder_metal" -version = "0.1.0" +version = "0.5.0" 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)", @@ -1747,7 +1747,7 @@ dependencies = [ "hashbrown 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "instant 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.5.0", @@ -1779,7 +1779,7 @@ version = "0.1.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", @@ -1790,10 +1790,10 @@ dependencies = [ name = "pathfinder_swf" version = "0.1.0" dependencies = [ - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_content 0.1.0", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "swf-parser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1817,7 +1817,7 @@ name = "pathfinder_ui" version = "0.1.0" dependencies = [ "hashbrown 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_color 0.1.0", + "pathfinder_color 0.5.0", "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_resources 0.5.0", @@ -2370,7 +2370,7 @@ version = "0.1.0" dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_geometry 0.5.0", - "pathfinder_gl 0.1.0", + "pathfinder_gl 0.5.0", "pathfinder_gpu 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.5.0", diff --git a/color/Cargo.toml b/color/Cargo.toml index 2f656c97..bbae0b6b 100644 --- a/color/Cargo.toml +++ b/color/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder_color" -version = "0.1.0" +version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] description = "A minimal SIMD-accelerated color handling library" diff --git a/gl/Cargo.toml b/gl/Cargo.toml index 7e1cc146..ccefff01 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "pathfinder_gl" -version = "0.1.0" +version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] +description = "A simple cross-platform GPU abstraction library: OpenGL backend" +license = "MIT/Apache-2.0" +repository = "https://github.com/servo/pathfinder" +homepage = "https://github.com/servo/pathfinder" [lib] crate-type = ["rlib", "staticlib"] @@ -16,12 +20,16 @@ version = "0.4" [dependencies.pathfinder_geometry] path = "../geometry" +version = "0.5" [dependencies.pathfinder_gpu] path = "../gpu" +version = "0.5" [dependencies.pathfinder_resources] path = "../resources" +version = "0.5" [dependencies.pathfinder_simd] path = "../simd" +version = "0.5" diff --git a/gpu/Cargo.toml b/gpu/Cargo.toml index a13757eb..d9585819 100644 --- a/gpu/Cargo.toml +++ b/gpu/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "pathfinder_gpu" version = "0.5.0" -authors = ["Patrick Walton "] edition = "2018" +authors = ["Patrick Walton "] +description = "A simple cross-platform GPU abstraction library" +license = "MIT/Apache-2.0" +repository = "https://github.com/servo/pathfinder" +homepage = "https://github.com/servo/pathfinder" [dependencies] bitflags = "1.0" @@ -15,12 +19,16 @@ features = ["png"] [dependencies.pathfinder_color] path = "../color" +version = "0.5" [dependencies.pathfinder_geometry] path = "../geometry" +version = "0.5" [dependencies.pathfinder_resources] path = "../resources" +version = "0.5" [dependencies.pathfinder_simd] path = "../simd" +version = "0.5" diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 4b040cad..a667cad5 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "pathfinder_metal" -version = "0.1.0" -authors = ["Patrick Walton "] +version = "0.5.0" edition = "2018" +authors = ["Patrick Walton "] +description = "A simple cross-platform GPU abstraction library: OpenGL backend" +license = "MIT/Apache-2.0" +repository = "https://github.com/servo/pathfinder" +homepage = "https://github.com/servo/pathfinder" [dependencies] bitflags = "1.0" @@ -17,12 +21,16 @@ objc = "0.2" [dependencies.pathfinder_geometry] path = "../geometry" +version = "0.5" [dependencies.pathfinder_gpu] path = "../gpu" +version = "0.5" [dependencies.pathfinder_resources] path = "../resources" +version = "0.5" [dependencies.pathfinder_simd] path = "../simd" +version = "0.5"