[dependencies.bitflags]
version = "1.0"
[dependencies.core-foundation]
default-features = false
version = "0.9.4"
[dependencies.libc]
version = "0.2"
[features]
default = ["link"]
link = ["core-foundation/link"]
[package]
authors = ["The Servo Project Developers"]
description = "Bindings for some fundamental Core Graphics types"
edition = "2018"
homepage = "https://github.com/servo/core-foundation-rs"
license = "MIT OR Apache-2.0"
name = "core-graphics-types"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.1.3"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"