# 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 = "VulkanLoaderRust" version = "1.3.2981" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Vulkan Loader based on earthtraveller1/Vulkan-Loader-sys-rs" homepage = "https://vulkan.org" documentation = "https://registry.khronos.org/vulkan/specs/1.3-extensions/html/index.html" readme = "README.md" keywords = [ "graphics", "vulkan", "ffi", "bindgens", "khronosgroup", ] categories = [ "graphics", "external-ffi-bindings", ] license = "Apache-2.0" [lib] name = "VulkanLoaderRust" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1.51"