Update raqote and associated dependencies

This commit is contained in:
atouchet 2020-06-03 12:13:56 -07:00
parent 948dd73796
commit c99e8d1396
2 changed files with 8 additions and 7 deletions

13
Cargo.lock generated
View file

@ -1528,9 +1528,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]] [[package]]
name = "font-kit" name = "font-kit"
version = "0.7.0" version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0350420e88ba5f7d732247260d10e45a5cd13514c2fee8621a3f9a4bcba0ad81" checksum = "76ab2cdc792b545c49acb23aafa1cdc9381ea96140741f10bac596fd1bd1aa4f"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"byteorder", "byteorder",
@ -4354,8 +4354,9 @@ checksum = "dd5927936723a9e8b715d37d7e4b390455087c4bdf25b9f702309460577b14f9"
[[package]] [[package]]
name = "raqote" name = "raqote"
version = "0.7.15-alpha.0" version = "0.8.0"
source = "git+https://github.com/jrmuizel/raqote#517cce640eb392fb9a40efd2bb10b09b06e29756" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501c19caa439857ed7bea975fa4c3c10ee9a24e33c2640030c3ac14b58f39f77"
dependencies = [ dependencies = [
"euclid", "euclid",
"font-kit", "font-kit",
@ -5656,9 +5657,9 @@ checksum = "c666f0fed8e1e20e057af770af9077d72f3d5a33157b8537c1475dd8ffd6d32b"
[[package]] [[package]]
name = "sw-composite" name = "sw-composite"
version = "0.7.9" version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a7df67551cbd26026a76fcc6f6938d96a267601a676534bf62967be17e47dba" checksum = "1f414e0c648cea54e6aa44f044a70ffc51fb9a5c6684bcfca89a70f74dde2dff"
[[package]] [[package]]
name = "swapper" name = "swapper"

View file

@ -30,7 +30,7 @@ log = "0.4"
lyon_geom = "0.14" lyon_geom = "0.14"
num-traits = "0.2" num-traits = "0.2"
pixels = { path = "../pixels" } pixels = { path = "../pixels" }
raqote = { git = "https://github.com/jrmuizel/raqote" } raqote = "0.8"
servo_config = { path = "../config" } servo_config = { path = "../config" }
sparkle = "0.1.24" sparkle = "0.1.24"
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms! # NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!