Start implementing text in layout 2020

This commit is contained in:
Anthony Ramine 2019-11-21 13:28:12 +01:00
parent 7e143c7a05
commit b3d30d284e
9 changed files with 210 additions and 21 deletions

4
Cargo.lock generated
View file

@ -2694,17 +2694,21 @@ dependencies = [
"cssparser",
"euclid",
"gfx",
"gfx_traits",
"ipc-channel",
"libc",
"msg",
"range",
"rayon",
"rayon_croissant",
"script_layout_interface",
"script_traits",
"serde",
"servo_arc",
"servo_geometry",
"style",
"style_traits",
"unicode-script",
"webrender_api",
]