mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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.
This commit is contained in:
parent
086c48210c
commit
4469f39f3f
34 changed files with 87 additions and 77 deletions
|
@ -22,7 +22,7 @@ euclid = "0.15"
|
|||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
hyper = "0.10"
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
itertools = "0.5"
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
log = "0.3.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue