# 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-vma" version = "0.2.0" authors = ["Kyle Mayes "] build = "build.rs" description = "An integration of Vulkan Memory Allocator with vulkanalia." documentation = "https://docs.rs/vulkanalia-vma" readme = "README.md" keywords = [ "graphics", "vulkan", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/KyleMayes/vulkanalia" [dependencies.bitflags] version = "2" [dependencies.vulkanalia] version = "0.25" default-features = false [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1" [build-dependencies.doxygen-rs] version = "0.4" optional = true [features] bind = [ "bindgen", "doxygen-rs", ] default = []