core-graphics 0.23.2

Bindings to Core Graphics for macOS
Documentation
[dependencies.bitflags]
version = "1.0"

[dependencies.core-foundation]
default-features = false
version = "0.9"

[dependencies.core-graphics-types]
default-features = false
version = "0.1"

[dependencies.foreign-types]
version = "0.5.0"

[dependencies.libc]
version = "0.2"

[features]
default = ["link"]
elcapitan = []
highsierra = []
link = ["core-foundation/link", "core-graphics-types/link"]

[package]
authors = ["The Servo Project Developers"]
description = "Bindings to Core Graphics for macOS"
edition = "2018"
homepage = "https://github.com/servo/core-foundation-rs"
license = "MIT OR Apache-2.0"
name = "core-graphics"
readme = "README.md"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.23.2"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-apple-darwin"