[go: up one dir, main page]

core-text 6.0.0

Bindings to the Core Text framework.
[package]
name = "core-text"
version = "6.0.0"
authors = ["The Servo Project Developers"]
description = "Bindings to the Core Text framework."
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/core-text-rs"

[features]
default = ["mountainlion"]
# For OS X 10.7 compat, exclude this feature. It will exclude some things from
# the exposed APIs in the crate.
mountainlion = []

[dependencies]
libc = "0.2"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.3"
core-graphics = "0.8"