cocoa 0.20.2

Bindings to Cocoa for macOS
Documentation

[package]
name = "cocoa"
description = "Bindings to Cocoa for macOS"
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.20.2"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"

[dependencies]
block = "0.1"
bitflags = "1.0"
libc = "0.2"
core-foundation = { path = "../core-foundation", version = "0.7" }
core-graphics = { path = "../core-graphics", version = "0.19" }
foreign-types = "0.3"
objc = "0.2.3"