[go: up one dir, main page]

core-text 4.0.0

Bindings to the Core Text framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "core-text"
version = "4.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"

[dependencies]
libc = "0.2"

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