mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Update raqote and associated dependencies
This commit is contained in:
parent
948dd73796
commit
c99e8d1396
2 changed files with 8 additions and 7 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue