# 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.10.6" authors = ["GFX Developers"] description = "Rust bindings for Metal" homepage = "https://github.com/gfx-rs/metal-rs" documentation = "https://docs.rs/crate/metal" readme = "README.md" keywords = ["metal", "graphics", "bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/gfx-rs/metal-rs" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [[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 = "argument-buffer" path = "examples/argument-buffer/main.rs" [[example]] name = "compute" path = "examples/compute/main.rs" [[example]] name = "embedded-lib" path = "examples/compute/embedded-lib.rs" [[example]] name = "compute-argument-buffer" path = "examples/compute/compute-argument-buffer.rs" [dependencies.bitflags] version = "1" [dependencies.block] version = "0.1.5" [dependencies.cocoa] version = "0.15" [dependencies.foreign-types] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.objc] version = "0.2.3" features = ["objc_exception"] [dependencies.objc-foundation] version = "0.1" [dependencies.objc_id] version = "0.1" [dev-dependencies.sema] version = "0.1.4" [dev-dependencies.winit] version = "0.17"