[go: up one dir, main page]

core-graphics 0.7.0

Bindings to Core Graphics for OS X
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "core-graphics"
description = "Bindings to Core Graphics for OS X"
homepage = "https://github.com/servo/core-graphics-rs"
repository = "https://github.com/servo/core-graphics-rs"
version = "0.7.0"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"

[features]
default = []
elcapitan = []

[dependencies]
libc = "0.2"
core-foundation = "0.3"
serde = "0.9"