# 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] edition = "2018" name = "lonsdaleite" version = "0.0.1" authors = ["Lonsdaleiter "] include = ["src/**/*", "Cargo.toml", "README.md", "examples"] description = "An idiomatic Rust wrapper of Metal." readme = "README.md" keywords = ["graphics", "macos", "ios", "metal"] license = "MIT OR Apache-2.0" repository = "https://github.com/Lonsdaleiter/lonsdaleite" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "lonsdaleite" path = "src/lib.rs" [dependencies.cocoa] version = "0.19.0" [dependencies.core-graphics] version = "0.17.0" [dependencies.metal] version = "0.17.1" [dependencies.objc] version = "0.2.7" [dependencies.winit] version = "0.21.0" [dev-dependencies.cgmath] version = "0.17.0" [dev-dependencies.png] version = "0.16.1" [features] default = ["mtl"] empty = [] mtl = []