diff options
author | Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com> | 2020-05-17 23:14:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:14:13 +0000 |
commit | ab1f173ccd20001aafe2f5b3268423861b0ecdfe (patch) | |
tree | d71c0990b1dd1fef80787a64fb553cf18393a983 /font/Cargo.toml | |
parent | 395fee2b01d0fe59f5502402e102f50ebfd88cd1 (diff) | |
download | alacritty-ab1f173ccd20001aafe2f5b3268423861b0ecdfe.tar.gz alacritty-ab1f173ccd20001aafe2f5b3268423861b0ecdfe.zip |
Add subpixel anti-aliasing support on macOS 10.14+
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 1c546f40..6b5825c4 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -17,6 +17,7 @@ servo-fontconfig = "0.5.0" freetype-rs = "0.25" [target.'cfg(target_os = "macos")'.dependencies] +cocoa = "0.20.1" core-foundation = "0.7" core-text = "15" core-graphics = "0.19" |