# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ash-molten" version = "0.20.0+1.2.11" authors = [ "Embark ", "Maik Klein ", ] build = "build/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Statically linked MoltenVK for Vulkan on Mac using Ash" homepage = "https://github.com/EmbarkStudios/ash-molten" documentation = "https://docs.rs/ash-molten" readme = "README.md" keywords = [ "vulkan", "metal", ] categories = [ "api-bindings", "rendering", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/ash-molten" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "ash_molten" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies.ash] version = "0.38" default-features = false [build-dependencies.anyhow] version = "1.0" [build-dependencies.plist] version = "1.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [features] external = [] pre-built = [] v1_1_10 = [] v1_1_5 = []