Bump the `pathfinder_color` version to 0.5 to match other crates

This commit is contained in:
Patrick Walton 2020-04-17 12:45:35 -07:00
parent a91da6fdb4
commit adf87d7636
5 changed files with 66 additions and 42 deletions

74
Cargo.lock generated
View File

@ -212,10 +212,10 @@ dependencies = [
"gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "glutin 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_canvas 0.1.0", "pathfinder_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
@ -230,12 +230,12 @@ dependencies = [
"metal 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_canvas 0.1.0", "pathfinder_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_metal 0.1.0", "pathfinder_metal 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
"sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -248,10 +248,10 @@ version = "0.1.0"
dependencies = [ dependencies = [
"gl 0.14.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_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
@ -265,10 +265,10 @@ version = "0.1.0"
dependencies = [ dependencies = [
"gl 0.14.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_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
@ -287,10 +287,10 @@ dependencies = [
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_canvas 0.1.0", "pathfinder_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.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)", "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)", "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_canvas 0.1.0", "pathfinder_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
@ -646,9 +646,9 @@ dependencies = [
"nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_demo 0.1.0", "pathfinder_demo 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_metal 0.1.0", "pathfinder_metal 0.5.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
"pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_demo 0.1.0", "pathfinder_demo 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 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)", "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)", "metal 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_canvas 0.1.0", "pathfinder_canvas 0.1.0",
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_metal 0.1.0", "pathfinder_metal 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
@ -1586,7 +1586,7 @@ name = "pathfinder_canvas"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"font-kit 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "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_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
@ -1596,7 +1596,7 @@ dependencies = [
[[package]] [[package]]
name = "pathfinder_color" name = "pathfinder_color"
version = "0.1.0" version = "0.5.0"
dependencies = [ dependencies = [
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
] ]
@ -1609,7 +1609,7 @@ dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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_geometry 0.5.0",
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
"quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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_content 0.1.0",
"pathfinder_export 0.1.0", "pathfinder_export 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_metal 0.1.0", "pathfinder_metal 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
@ -1646,7 +1646,7 @@ name = "pathfinder_export"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"deflate 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "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_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
@ -1662,7 +1662,7 @@ dependencies = [
[[package]] [[package]]
name = "pathfinder_gl" name = "pathfinder_gl"
version = "0.1.0" version = "0.5.0"
dependencies = [ dependencies = [
"gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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)", "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_geometry 0.5.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
"pathfinder_simd 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)", "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)", "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)", "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_content 0.1.0",
"pathfinder_demo 0.1.0", "pathfinder_demo 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_simd 0.5.0", "pathfinder_simd 0.5.0",
@ -1720,7 +1720,7 @@ dependencies = [
[[package]] [[package]]
name = "pathfinder_metal" name = "pathfinder_metal"
version = "0.1.0" version = "0.5.0"
dependencies = [ dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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)", "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_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
@ -1779,7 +1779,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
@ -1790,10 +1790,10 @@ dependencies = [
name = "pathfinder_swf" name = "pathfinder_swf"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"pathfinder_color 0.1.0", "pathfinder_color 0.5.0",
"pathfinder_content 0.1.0", "pathfinder_content 0.1.0",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"swf-parser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "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" version = "0.1.0"
dependencies = [ dependencies = [
"hashbrown 0.7.0 (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_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",
@ -2370,7 +2370,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_geometry 0.5.0", "pathfinder_geometry 0.5.0",
"pathfinder_gl 0.1.0", "pathfinder_gl 0.5.0",
"pathfinder_gpu 0.5.0", "pathfinder_gpu 0.5.0",
"pathfinder_renderer 0.1.0", "pathfinder_renderer 0.1.0",
"pathfinder_resources 0.5.0", "pathfinder_resources 0.5.0",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pathfinder_color" name = "pathfinder_color"
version = "0.1.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A minimal SIMD-accelerated color handling library" description = "A minimal SIMD-accelerated color handling library"

View File

@ -1,8 +1,12 @@
[package] [package]
name = "pathfinder_gl" name = "pathfinder_gl"
version = "0.1.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
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] [lib]
crate-type = ["rlib", "staticlib"] crate-type = ["rlib", "staticlib"]
@ -16,12 +20,16 @@ version = "0.4"
[dependencies.pathfinder_geometry] [dependencies.pathfinder_geometry]
path = "../geometry" path = "../geometry"
version = "0.5"
[dependencies.pathfinder_gpu] [dependencies.pathfinder_gpu]
path = "../gpu" path = "../gpu"
version = "0.5"
[dependencies.pathfinder_resources] [dependencies.pathfinder_resources]
path = "../resources" path = "../resources"
version = "0.5"
[dependencies.pathfinder_simd] [dependencies.pathfinder_simd]
path = "../simd" path = "../simd"
version = "0.5"

View File

@ -1,8 +1,12 @@
[package] [package]
name = "pathfinder_gpu" name = "pathfinder_gpu"
version = "0.5.0" version = "0.5.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
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] [dependencies]
bitflags = "1.0" bitflags = "1.0"
@ -15,12 +19,16 @@ features = ["png"]
[dependencies.pathfinder_color] [dependencies.pathfinder_color]
path = "../color" path = "../color"
version = "0.5"
[dependencies.pathfinder_geometry] [dependencies.pathfinder_geometry]
path = "../geometry" path = "../geometry"
version = "0.5"
[dependencies.pathfinder_resources] [dependencies.pathfinder_resources]
path = "../resources" path = "../resources"
version = "0.5"
[dependencies.pathfinder_simd] [dependencies.pathfinder_simd]
path = "../simd" path = "../simd"
version = "0.5"

View File

@ -1,8 +1,12 @@
[package] [package]
name = "pathfinder_metal" name = "pathfinder_metal"
version = "0.1.0" version = "0.5.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
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] [dependencies]
bitflags = "1.0" bitflags = "1.0"
@ -17,12 +21,16 @@ objc = "0.2"
[dependencies.pathfinder_geometry] [dependencies.pathfinder_geometry]
path = "../geometry" path = "../geometry"
version = "0.5"
[dependencies.pathfinder_gpu] [dependencies.pathfinder_gpu]
path = "../gpu" path = "../gpu"
version = "0.5"
[dependencies.pathfinder_resources] [dependencies.pathfinder_resources]
path = "../resources" path = "../resources"
version = "0.5"
[dependencies.pathfinder_simd] [dependencies.pathfinder_simd]
path = "../simd" path = "../simd"
version = "0.5"