diff options
author | Martin Algesten <martin@algesten.se> | 2017-05-31 19:22:49 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-06-01 09:47:58 -0700 |
commit | 1fb2c843be3a63eef15c276be0400f8fe5f2b648 (patch) | |
tree | d60952e9d18523eca41944d41763de5ab92c8e55 /font/Cargo.toml | |
parent | d5ab4183c69e37e8d309acf7b38c2071106bceb7 (diff) | |
download | alacritty-1fb2c843be3a63eef15c276be0400f8fe5f2b648.tar.gz alacritty-1fb2c843be3a63eef15c276be0400f8fe5f2b648.zip |
final core-graphics extensions moved upstream
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index f1cb4492..17ba78ed 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -17,9 +17,6 @@ freetype-rs = "0.13.0" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.3.0" -core-graphics = "0.7.0" +core-text = "5.0.0" +core-graphics = "0.8.1" core-foundation-sys = "0.3.1" - -[target.'cfg(target_os = "macos")'.dependencies.core-text] -git = "https://github.com/servo/core-text-rs" -rev = "7a267bc8f6c098f5370583333a5fd00a0d12fb83" |