Add a fast path for shaping ASCII text

This commit is contained in:
Matt Brubeck 2016-05-17 09:58:55 -07:00
parent 477258f11b
commit 5991afafa4
9 changed files with 218 additions and 25 deletions

View file

@ -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;