diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2018-01-15 06:56:08 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2018-01-15 06:56:08 +1000 |
commit | 89837e6641386281a24005008b896c2895c1195c (patch) | |
tree | b6866a64fa9b3eecb5a70b60338f1974a69e698c | |
parent | 1b46e2e7597e90a41c6bfb3bd7008bdd922c93c6 (diff) | |
download | servo-89837e6641386281a24005008b896c2895c1195c.tar.gz servo-89837e6641386281a24005008b896c2895c1195c.zip |
Update WR (overlap radii fix, subpixel AA in fast text shadows).
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 008f34061bf..1618b8a646e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3562,7 +3562,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.56.1" -source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd" +source = "git+https://github.com/servo/webrender#2acfa55f11f51427a6b62b3fc93252365288d1a5" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3590,7 +3590,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.56.1" -source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd" +source = "git+https://github.com/servo/webrender#2acfa55f11f51427a6b62b3fc93252365288d1a5" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |