diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-11-06 06:34:08 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-11-06 06:34:08 +1000 |
commit | 6623d789cec86778d0b8b42c0585c9a38485e178 (patch) | |
tree | 260700b18f59ced3212efa273e3b9a5c76b59995 | |
parent | 42c8fd292a37d61efb56d96bdf5866dd30e77df6 (diff) | |
download | servo-6623d789cec86778d0b8b42c0585c9a38485e178.tar.gz servo-6623d789cec86778d0b8b42c0585c9a38485e178.zip |
Update WR (border artifact fix, native font support on Linux).
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b5c04e04773..d4c2286964d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,7 +3476,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.1" -source = "git+https://github.com/servo/webrender#82e85d7f407ff38f08fb0901724918704d6d2e4a" +source = "git+https://github.com/servo/webrender#fae962bfd6e1997f4b921ee93c3c1cc5abca3256" 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)", @@ -3503,7 +3503,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.1" -source = "git+https://github.com/servo/webrender#82e85d7f407ff38f08fb0901724918704d6d2e4a" +source = "git+https://github.com/servo/webrender#fae962bfd6e1997f4b921ee93c3c1cc5abca3256" 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)", |