Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "core-graphics-types"
version = "0.2.0"
authors = ["The Servo Project Developers"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for some fundamental Core Graphics types"
readme = false
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
[lib]
name = "core_graphics_types"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2"
[dependencies.core-foundation]
version = "0.10"
default-features = false
[dependencies.libc]
version = "0.2"
[features]
default = ["link"]
link = ["core-foundation/link"]