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/bluetooth_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/bluetooth_traits')
-rw-r--r-- | components/bluetooth_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml index d67faf596fa..cb4009644cc 100644 --- a/components/bluetooth_traits/Cargo.toml +++ b/components/bluetooth_traits/Cargo.toml @@ -10,7 +10,7 @@ name = "bluetooth_traits" path = "lib.rs" [dependencies] -ipc-channel = "0.8" +ipc-channel = "0.9" regex = "0.2" serde = "1.0" servo_config = {path = "../config"} |