diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-11-01 14:17:14 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-11-01 14:17:14 +1000 |
commit | ff3446d06491c1ada72f47a1b8d426794a1e96d8 (patch) | |
tree | 3e336a31efdf32c22c434e455dca59b01e313e3d /Cargo.lock | |
parent | 894957a837ad01554a068a883a354e0ed4a949d3 (diff) | |
download | servo-ff3446d06491c1ada72f47a1b8d426794a1e96d8.tar.gz servo-ff3446d06491c1ada72f47a1b8d426794a1e96d8.zip |
Update WR (fixes subpixel text bug on Windows).
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 ac2c87e0357..84f29e1e10c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3526,7 +3526,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.1" -source = "git+https://github.com/servo/webrender#3c48c135b70bce2576db7256581878b8a75dd5e2" +source = "git+https://github.com/servo/webrender#82e85d7f407ff38f08fb0901724918704d6d2e4a" 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)", @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.1" -source = "git+https://github.com/servo/webrender#3c48c135b70bce2576db7256581878b8a75dd5e2" +source = "git+https://github.com/servo/webrender#82e85d7f407ff38f08fb0901724918704d6d2e4a" 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)", |