diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-10-25 07:53:25 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-10-25 07:53:25 +1000 |
commit | 22569c98a4a12cbab266b377af56ff79f3e42a38 (patch) | |
tree | 5e760373450990c19ce9c418d4ce2562afad084d /Cargo.lock | |
parent | f9f71c7ed105dfb415c38bf6826942cb757b1bcc (diff) | |
download | servo-22569c98a4a12cbab266b377af56ff79f3e42a38.tar.gz servo-22569c98a4a12cbab266b377af56ff79f3e42a38.zip |
Update WR (clip alpha mul, pre-mul rects, box shadow fixes)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 76930a80186..97e79370dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.0" -source = "git+https://github.com/servo/webrender#d741f472dd3d6c3441646f7bf4e714c71bea39b7" +source = "git+https://github.com/servo/webrender#1cb8e7f016ef3c4dcd579e8c1b3350abcf39d331" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3649,7 +3649,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.0" -source = "git+https://github.com/servo/webrender#d741f472dd3d6c3441646f7bf4e714c71bea39b7" +source = "git+https://github.com/servo/webrender#1cb8e7f016ef3c4dcd579e8c1b3350abcf39d331" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |