aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-10-16 12:54:02 -0500
committerGitHub <noreply@github.com>2017-10-16 12:54:02 -0500
commitd3d2b0261a8aacd4f74e330f8c007a91f829a96e (patch)
tree97cff2ce4f71c2e43787663794978a282c933738 /components/script
parenta9022be0c3e30249845ca5947ac0c0a6743c7991 (diff)
parent4469f39f3fe9b214074b8cbff8685b8deabed9b3 (diff)
downloadservo-d3d2b0261a8aacd4f74e330f8c007a91f829a96e.tar.gz
servo-d3d2b0261a8aacd4f74e330f8c007a91f829a96e.zip
Auto merge of #18890 - glennw:update-wr-clip-text-aa, r=jdm
Update WR (details below): * Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18890) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 6ae95d2fda0..9bb7f932cd4 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -49,7 +49,7 @@ html5ever = {version = "0.20", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.16"
-ipc-channel = "0.8"
+ipc-channel = "0.9"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}
lazy_static = "0.2"