diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-10-16 08:35:07 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-10-16 16:33:24 +1000 |
commit | 4469f39f3fe9b214074b8cbff8685b8deabed9b3 (patch) | |
tree | 43b8f9d56ff2c50ef3b2a8035640248b67851190 /components/net_traits | |
parent | 086c48210c1ea0b65c91e1b300f796758080871f (diff) | |
download | servo-4469f39f3fe9b214074b8cbff8685b8deabed9b3.tar.gz servo-4469f39f3fe9b214074b8cbff8685b8deabed9b3.zip |
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.
Diffstat (limited to 'components/net_traits')
-rw-r--r-- | components/net_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 198e9ac9a85..ccc080e5863 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -16,7 +16,7 @@ heapsize_derive = "0.1" hyper = "0.10" hyper_serde = "0.7" image = "0.16" -ipc-channel = "0.8" +ipc-channel = "0.9" lazy_static = "0.2" log = "0.3.5" msg = {path = "../msg"} |