From 0399061a706e823a620b1c81d937cbe2d06a1e7c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 9 Apr 2020 10:31:18 -0700 Subject: [PATCH] Bump versions of `pathfinder_simd` and `pathfinder_geometry` --- Cargo.lock | 80 ++++++++++++++++++++++----------------------- geometry/Cargo.toml | 4 +-- simd/Cargo.toml | 2 +- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3e3b3c2..74ae3f6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", @@ -237,7 +237,7 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_metal 0.1.0", @@ -255,7 +255,7 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", @@ -272,7 +272,7 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", @@ -293,12 +293,12 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2-sys 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -312,7 +312,7 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", @@ -649,12 +649,12 @@ dependencies = [ "metal 0.17.1 (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_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_metal 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2-sys 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1591,7 +1591,7 @@ dependencies = [ "jni 0.15.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_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", ] @@ -1609,13 +1609,13 @@ dependencies = [ "pathfinder_canvas 0.1.0", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_metal 0.1.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1625,7 +1625,7 @@ dependencies = [ "font-kit 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", "pathfinder_text 0.1.0", "skribo 0.0.1 (git+https://github.com/pcwalton/skribo.git?rev=7386321f763cecbce9c4ece3401c81de62305036)", @@ -1635,7 +1635,7 @@ dependencies = [ name = "pathfinder_color" version = "0.1.0" dependencies = [ - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1647,8 +1647,8 @@ 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)", "pathfinder_color 0.1.0", - "pathfinder_geometry 0.4.0", - "pathfinder_simd 0.4.0", + "pathfinder_geometry 0.5.0", + "pathfinder_simd 0.5.0", "quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1665,13 +1665,13 @@ dependencies = [ "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", "pathfinder_export 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_metal 0.1.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "pathfinder_svg 0.1.0", "pathfinder_ui 0.1.0", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1685,16 +1685,16 @@ dependencies = [ "deflate 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", ] [[package]] name = "pathfinder_geometry" -version = "0.4.0" +version = "0.5.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1704,10 +1704,10 @@ 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1718,9 +1718,9 @@ dependencies = [ "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_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1743,11 +1743,11 @@ dependencies = [ "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", "pathfinder_demo 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "pathfinder_svg 0.1.0", "pathfinder_ui 0.1.0", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1768,10 +1768,10 @@ dependencies = [ "half 1.5.0 (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)", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", ] [[package]] @@ -1786,10 +1786,10 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "pathfinder_ui 0.1.0", "quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1805,7 +1805,7 @@ version = "0.1.0" [[package]] name = "pathfinder_simd" -version = "0.4.0" +version = "0.5.0" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1818,7 +1818,7 @@ dependencies = [ "hashbrown 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", "usvg 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1829,7 +1829,7 @@ version = "0.1.0" dependencies = [ "pathfinder_color 0.1.0", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", @@ -1845,7 +1845,7 @@ dependencies = [ "font-kit 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lyon_path 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_content 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_renderer 0.1.0", "skribo 0.0.1 (git+https://github.com/pcwalton/skribo.git?rev=7386321f763cecbce9c4ece3401c81de62305036)", ] @@ -1856,10 +1856,10 @@ version = "0.1.0" dependencies = [ "hashbrown 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_color 0.1.0", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1871,11 +1871,11 @@ version = "0.1.0" 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)", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", "pathfinder_resources 0.1.0", - "pathfinder_simd 0.4.0", + "pathfinder_simd 0.5.0", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2411,7 +2411,7 @@ name = "swf_basic" version = "0.1.0" dependencies = [ "gl 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pathfinder_geometry 0.4.0", + "pathfinder_geometry 0.5.0", "pathfinder_gl 0.1.0", "pathfinder_gpu 0.1.0", "pathfinder_renderer 0.1.0", diff --git a/geometry/Cargo.toml b/geometry/Cargo.toml index c7a40b16..c3bdcb98 100644 --- a/geometry/Cargo.toml +++ b/geometry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder_geometry" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] description = "Basic SIMD-accelerated geometry/linear algebra" @@ -15,4 +15,4 @@ version = "0.4" [dependencies.pathfinder_simd] path = "../simd" -version = "0.4" +version = "0.5" diff --git a/simd/Cargo.toml b/simd/Cargo.toml index a7c9da4d..77b01d0e 100644 --- a/simd/Cargo.toml +++ b/simd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder_simd" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] build = "build.rs"