From c99e8d139612d5578a14dacc94801421a7139d8c Mon Sep 17 00:00:00 2001 From: atouchet Date: Wed, 3 Jun 2020 12:13:56 -0700 Subject: [PATCH] Update raqote and associated dependencies --- Cargo.lock | 13 +++++++------ components/canvas/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d62a85af75e..e2c62d2fb7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,9 +1528,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "font-kit" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0350420e88ba5f7d732247260d10e45a5cd13514c2fee8621a3f9a4bcba0ad81" +checksum = "76ab2cdc792b545c49acb23aafa1cdc9381ea96140741f10bac596fd1bd1aa4f" dependencies = [ "bitflags", "byteorder", @@ -4354,8 +4354,9 @@ checksum = "dd5927936723a9e8b715d37d7e4b390455087c4bdf25b9f702309460577b14f9" [[package]] name = "raqote" -version = "0.7.15-alpha.0" -source = "git+https://github.com/jrmuizel/raqote#517cce640eb392fb9a40efd2bb10b09b06e29756" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "501c19caa439857ed7bea975fa4c3c10ee9a24e33c2640030c3ac14b58f39f77" dependencies = [ "euclid", "font-kit", @@ -5656,9 +5657,9 @@ checksum = "c666f0fed8e1e20e057af770af9077d72f3d5a33157b8537c1475dd8ffd6d32b" [[package]] name = "sw-composite" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7df67551cbd26026a76fcc6f6938d96a267601a676534bf62967be17e47dba" +checksum = "1f414e0c648cea54e6aa44f044a70ffc51fb9a5c6684bcfca89a70f74dde2dff" [[package]] name = "swapper" diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index 3a6ade213297..5486dc4c9ea0 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" lyon_geom = "0.14" num-traits = "0.2" pixels = { path = "../pixels" } -raqote = { git = "https://github.com/jrmuizel/raqote" } +raqote = "0.8" servo_config = { path = "../config" } sparkle = "0.1.24" # NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!