2016-06-09 20:39:40 -07: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]
|
2017-05-14 10:47:09 +02:00
|
|
|
euclid = "0.12.0"
|
2017-05-25 10:57:42 -07:00
|
|
|
libc = "0.2"
|
2016-12-30 18:55:10 -08:00
|
|
|
ffi-util = { path = "../ffi-util" }
|
2017-01-13 08:15:06 +01:00
|
|
|
log = "0.3"
|
2016-06-09 20:39:40 -07:00
|
|
|
|
|
|
|
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
|
|
|
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
|
2017-05-14 10:47:09 +02:00
|
|
|
freetype-rs = "0.13.0"
|
2016-06-09 20:39:40 -07:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
2017-05-14 10:47:09 +02:00
|
|
|
core-foundation = "0.3.0"
|
2017-05-31 19:22:49 +01:00
|
|
|
core-text = "5.0.0"
|
|
|
|
core-graphics = "0.8.1"
|
2017-05-14 10:47:09 +02:00
|
|
|
core-foundation-sys = "0.3.1"
|