2016-06-09 23:39:40 -04:00
|
|
|
[package]
|
|
|
|
name = "font"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Joe Wilm <joe@jwilm.com>"]
|
|
|
|
description = "Font rendering using the best available solution per platform"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
euclid = "0.6.8"
|
2016-06-25 00:52:32 -04:00
|
|
|
libc = "0.2.11"
|
2016-12-30 21:55:10 -05:00
|
|
|
ffi-util = { path = "../ffi-util" }
|
2017-01-13 02:15:06 -05:00
|
|
|
log = "0.3"
|
2016-06-09 23:39:40 -04:00
|
|
|
|
|
|
|
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
|
|
|
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
|
|
|
|
freetype-rs = "0.9.0"
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
core-text = "1.1.1"
|
|
|
|
core-foundation = "0.2.2"
|
|
|
|
core-graphics = "0.3.2"
|
|
|
|
core-foundation-sys = "0.2.2"
|