diff --git a/Cargo.lock b/Cargo.lock index 9fa0a7b4..dc1c16f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ name = "area-lut" version = "0.2.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -307,10 +307,10 @@ dependencies = [ [[package]] name = "euclid" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -625,20 +625,20 @@ dependencies = [ [[package]] name = "lyon_geom" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "lyon_path" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lyon_geom 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_geom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -752,7 +752,7 @@ dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_font_renderer 0.5.0", "pathfinder_partitioner 0.2.0", "pathfinder_path_utils 0.2.0", @@ -767,12 +767,12 @@ dependencies = [ "core-text 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dwrite-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", "uuid-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -783,7 +783,7 @@ dependencies = [ name = "pathfinder_gfx_utils" version = "0.2.0" dependencies = [ - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -795,11 +795,11 @@ dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "half 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_geom 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_geom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_path_utils 0.2.0", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", @@ -810,7 +810,7 @@ name = "pathfinder_path_utils" version = "0.2.0" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -824,14 +824,14 @@ dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "fontsan 0.4.0 (git+https://github.com/servo/fontsan.git)", "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_geom 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_geom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "pathfinder_font_renderer 0.5.0", "pathfinder_partitioner 0.2.0", "pathfinder_path_utils 0.2.0", @@ -1385,7 +1385,7 @@ source = "git+https://github.com/SergioBenitez/ring?branch=v0.12#9ccfa153a27aecc "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" "checksum env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0e6e40ebb0e66918a37b38c7acab4e10d299e0463fe2af5d29b9cc86710cfd2a" -"checksum euclid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59b34ec7d95d70d5cda27301d6182bc17abce8b5b52e260f5ff32c677923bbb0" +"checksum euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70a2ebdf55fb9d6329046e026329a55ef8fbaae5ea833f56e170beb3125a8a5f" "checksum fontsan 0.4.0 (git+https://github.com/servo/fontsan.git)" = "" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" @@ -1419,8 +1419,8 @@ source = "git+https://github.com/SergioBenitez/ring?branch=v0.12#9ccfa153a27aecc "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" "checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2" "checksum lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d06ff7ff06f729ce5f4e227876cb88d10bc59cd4ae1e09fbb2bde15c850dc21" -"checksum lyon_geom 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "457347e05b9fef83dfa3b71775137313ef48de4bc0a20b354765233bc8c589ba" -"checksum lyon_path 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98c39b845796d4590197e2b2b97202e31b69071116a541bfddb52f50680318f0" +"checksum lyon_geom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "216bfb2b880554865fa9deaa14671ab9f1368b942e7007cc8c97c083ac8a7f45" +"checksum lyon_path 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9dc8e0746b7cca11960b602f7fe037bb067746a01eab4aa502fed1494544843" "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" diff --git a/demo/server/Cargo.toml b/demo/server/Cargo.toml index 0def8d21..5e7ad3b3 100644 --- a/demo/server/Cargo.toml +++ b/demo/server/Cargo.toml @@ -13,13 +13,13 @@ app_units = "0.6" base64 = "0.6" bincode = "1.0" env_logger = "0.5" -euclid = "0.18" +euclid = "0.19" image = "0.17" lazy_static = "0.2" log = "0.3" lru-cache = "0.1" -lyon_geom = "0.11" -lyon_path = "0.11" +lyon_geom = "0.12" +lyon_path = "0.12" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" diff --git a/font-renderer/Cargo.toml b/font-renderer/Cargo.toml index bad196ba..c722d4d0 100644 --- a/font-renderer/Cargo.toml +++ b/font-renderer/Cargo.toml @@ -11,12 +11,12 @@ freetype-backend = ["freetype"] app_units = "0.6" libc = "0.2" log = "0.3" -lyon_path = "0.11" +lyon_path = "0.12" serde = "1.0" serde_derive = "1.0" [dependencies.euclid] -version = "0.18" +version = "0.19" features = ["serde"] [dependencies.freetype] diff --git a/gfx-utils/Cargo.toml b/gfx-utils/Cargo.toml index 343d6a3c..d85f2b26 100644 --- a/gfx-utils/Cargo.toml +++ b/gfx-utils/Cargo.toml @@ -4,4 +4,4 @@ version = "0.2.0" authors = ["Patrick Walton "] [dependencies] -euclid = "0.18" \ No newline at end of file +euclid = "0.19" diff --git a/partitioner/Cargo.toml b/partitioner/Cargo.toml index ee78b17e..ef707246 100644 --- a/partitioner/Cargo.toml +++ b/partitioner/Cargo.toml @@ -14,13 +14,13 @@ byteorder = "1.2" env_logger = "0.5" half = "1.0" log = "0.3" -lyon_geom = "0.11" -lyon_path = "0.11" +lyon_geom = "0.12" +lyon_path = "0.12" serde = "1.0" serde_derive = "1.0" [dependencies.euclid] -version = "0.18" +version = "0.19" features = ["serde"] [dependencies.pathfinder_path_utils] diff --git a/path-utils/Cargo.toml b/path-utils/Cargo.toml index 961bc190..097741ca 100644 --- a/path-utils/Cargo.toml +++ b/path-utils/Cargo.toml @@ -5,6 +5,6 @@ authors = ["Patrick Walton "] [dependencies] arrayvec = "0.4" -lyon_path = "0.11" +lyon_path = "0.12" serde = "1.0" serde_derive = "1.0" diff --git a/utils/area-lut/Cargo.toml b/utils/area-lut/Cargo.toml index eeceff7d..48835188 100644 --- a/utils/area-lut/Cargo.toml +++ b/utils/area-lut/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Patrick Walton "] [dependencies] clap = "2.30" -euclid = "0.18" +euclid = "0.19" image = "0.18" diff --git a/utils/frontend/Cargo.toml b/utils/frontend/Cargo.toml index d628791c..2e2cb79c 100644 --- a/utils/frontend/Cargo.toml +++ b/utils/frontend/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Patrick Walton "] app_units = "0.6" clap = "2.27" freetype = "0.4" -lyon_path = "0.11" +lyon_path = "0.12" [dependencies.pathfinder_font_renderer] path = "../../font-renderer"