# 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 = "vulkano_maybe_molten" version = "0.30.1" authors = ["Jaro Habiger "] description = "Use vulkano-rs with ash-molten on macOS and without on other platforms" readme = "README.md" keywords = [ "vulkan", "vulkano", "macOS", "metal", "moltenVK", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apertus-open-source-cinema/vulkano-maybe-molten/" [dependencies.vulkano] version = "0.30.0" [target."cfg(target_os = \"macos\")".dependencies.ash-molten] version = "=0.13.0" features = ["pre-built"] [target."cfg(target_os = \"macos\")".dependencies.ash_molten_version] version = "0.35.2" package = "ash" [target."cfg(target_os = \"macos\")".dependencies.ash_vulkano_version] version = "0.37.0" package = "ash"