mirror of
https://github.com/servo/servo.git
synced 2025-09-06 04:58:21 +01:00
Add a fast path for shaping ASCII text
This commit is contained in:
parent
477258f11b
commit
5991afafa4
9 changed files with 218 additions and 25 deletions
|
@ -47,6 +47,7 @@ webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
|||
xi-unicode = "0.0.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
byteorder = "0.5"
|
||||
core-foundation = "0.2"
|
||||
core-graphics = "0.3"
|
||||
core-text = "1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue