mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +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
|
@ -16,7 +16,7 @@ oculusvr = ['rust-webvr/oculusvr']
|
|||
[dependencies]
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
euclid = "0.15"
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
log = "0.3"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.9", features = ["openvr"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue