1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "metal"
16version = "0.18.0"
17authors = ["GFX Developers"]
18description = "Rust bindings for Metal"
19homepage = "https://github.com/gfx-rs/metal-rs"
20documentation = "https://docs.rs/crate/metal"
21readme = "README.md"
22keywords = ["metal", "graphics", "bindings"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/gfx-rs/metal-rs"
25[package.metadata.docs.rs]
26default-target = "x86_64-apple-darwin"
27
28[[example]]
29name = "window"
30
31[[example]]
32name = "library"
33
34[[example]]
35name = "reflection"
36
37[[example]]
38name = "caps"
39
40[[example]]
41name = "argument-buffer"
42
43[[example]]
44name = "compute"
45path = "examples/compute/main.rs"
46
47[[example]]
48name = "embedded-lib"
49path = "examples/compute/embedded-lib.rs"
50
51[[example]]
52name = "compute-argument-buffer"
53path = "examples/compute/compute-argument-buffer.rs"
54
55[[example]]
56name = "bind"
57[dependencies.bitflags]
58version = "1"
59
60[dependencies.block]
61version = "0.1.5"
62
63[dependencies.cocoa]
64version = "0.20"
65
66[dependencies.core-graphics]
67version = "0.19"
68
69[dependencies.foreign-types]
70version = "0.3"
71
72[dependencies.log]
73version = "0.4"
74
75[dependencies.objc]
76version = "0.2.4"
77features = ["objc_exception"]
78[dev-dependencies.sema]
79version = "0.1.4"
80
81[dev-dependencies.winit]
82version = "0.22"
83
84[features]
85default = []
86private = []
87