[dependencies.bitflags]
version = "2"
[dependencies.core-foundation]
default-features = false
version = "0.10"
[dependencies.libc]
version = "0.2"
[features]
default = ["link"]
link = ["core-foundation/link"]
[lib]
name = "core_graphics_types"
path = "src/lib.rs"
[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
readme = false
repository = "https://github.com/servo/core-foundation-rs"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"