[go: up one dir, main page]

cocoa 0.1.1

Bindings to Cocoa for OS X
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cocoa"
description = "Bindings to Cocoa for OS X"
homepage = "https://github.com/servo/rust-cocoa"
repository = "https://github.com/servo/rust-cocoa"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MIT / Apache 2.0"

[lib]
name = "cocoa"
crate-type = ["rlib"]

[dependencies]
bitflags = "0.1"
libc = "*"
objc = "0.1"