metal-rs 0.4.3

Rust bindings for Metal
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "metal-rs"
version = "0.4.3"
authors = ["GFX Developers"]
description = "Rust bindings for Metal"
homepage = "https://github.com/gfx-rs/metal-rs"
documentation = "https://docs.rs/crate/metal-rs"
readme = "README.md"
keywords = ["metal", "graphics", "bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gfx-rs/metal-rs"

[[example]]
name = "window"
path = "examples/window/main.rs"

[[example]]
name = "library"
path = "examples/library/main.rs"

[[example]]
name = "reflection"
path = "examples/reflection/main.rs"

[[example]]
name = "caps"
path = "examples/caps/main.rs"

[[example]]
name = "indirect"
path = "examples/indirect/main.rs"
[dependencies.bitflags]
version = "0.9"

[dependencies.objc-foundation]
version = "0.1"

[dependencies.cocoa]
version = "0.9.0"

[dependencies.objc]
version = "0.2.1"
features = ["objc_exception"]

[dependencies.block]
version = "0.1.5"

[dependencies.libc]
version = "0.2"
[dev-dependencies.winit]
version = "0.7"

[dev-dependencies.sema]
version = "0.1.4"