mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -28,6 +28,7 @@ extern crate azure;
|
|||
extern crate bitflags;
|
||||
|
||||
// Mac OS-specific library dependencies
|
||||
#[cfg(target_os = "macos")] extern crate byteorder;
|
||||
#[cfg(target_os = "macos")] extern crate core_foundation;
|
||||
#[cfg(target_os = "macos")] extern crate core_graphics;
|
||||
#[cfg(target_os = "macos")] extern crate core_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue