servo: Merge #19606 - Update WR (fix incorrect rendering of small box shadows) (from glennw:update-wr-bs-artifacts); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: c2cacb69f3d69d2db0db23f7f46eaabf555cb2be

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : f4dd80185f8c97c8d742b18875a4a77df05aa832
This commit is contained in:
Glenn Watson 2017-12-19 15:40:26 -06:00
Родитель 93938b5b2b
Коммит 1d8b968345
1 изменённых файлов: 2 добавлений и 2 удалений

4
servo/Cargo.lock сгенерированный
Просмотреть файл

@ -3567,7 +3567,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.56.1" version = "0.56.1"
source = "git+https://github.com/servo/webrender#2633873e13737dbf522266fa066f4de15f3d2c50" source = "git+https://github.com/servo/webrender#1142dfc557c319119a5117450718c5b67a93cb9f"
dependencies = [ dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3595,7 +3595,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_api" name = "webrender_api"
version = "0.56.1" version = "0.56.1"
source = "git+https://github.com/servo/webrender#2633873e13737dbf522266fa066f4de15f3d2c50" source = "git+https://github.com/servo/webrender#1142dfc557c319119a5117450718c5b67a93cb9f"
dependencies = [ dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",