# 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 = "vulkanalia" version = "0.25.0" authors = ["Kyle Mayes "] description = "Vulkan bindings for Rust." documentation = "https://docs.rs/vulkanalia" readme = "README.md" keywords = [ "graphics", "vulkan", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/KyleMayes/vulkanalia" [package.metadata.docs.rs] features = [ "libloading", "provisional", "window", ] [dependencies.libloading] version = "0.8.5" optional = true [dependencies.raw-window-handle] version = "0.6" optional = true [dependencies.vulkanalia-sys] version = "0.25" default-features = false [features] default = ["std"] no_std_error = ["vulkanalia-sys/no_std_error"] provisional = ["vulkanalia-sys/provisional"] std = ["vulkanalia-sys/std"] window = [ "raw-window-handle", "cocoa", "metal", "objc", ] [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25" optional = true [target."cfg(target_os = \"macos\")".dependencies.metal] version = "0.27" optional = true [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" optional = true