# 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" rust-version = "1.77" name = "vulkanite" version = "0.0.7" authors = ["Macdu <Macdu@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vulkan bindings for Rust" readme = "README.md" keywords = [ "gamedev", "graphics", "vulkan", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", "game-development", "graphics", "rendering::graphics-api", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Macdu/vulkanite" [package.metadata.docs.rs] all-features = true [lib] name = "vulkanite" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" optional = true [dependencies.bitflags] version = "2.5" [dependencies.libloading] version = "0.8" optional = true [dependencies.raw-window-handle] version = "0.6" optional = true [dependencies.smallvec] version = "1.13" features = ["const_generics"] optional = true [features] arrayvec = ["dep:arrayvec"] loaded = ["dep:libloading"] raw-window-handle = ["dep:raw-window-handle"] smallvec = ["dep:smallvec"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.raw-window-metal] version = "0.4" optional = true