# 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 = "vk-mem-alloc-sys" version = "0.2.0" authors = [ "Lorenz Klaus ", "Marlon Klaus ", ] build = "build.rs" include = [ "src/*.rs", "build.rs", "Cargo.toml", "vendor/VulkanMemoryAllocator/include/vk_mem_alloc.h", "vendor/Vulkan-Headers/include/*", "wrapper/vk_mem_alloc.cpp", ] description = "A very lightweight wrapper around the Vulkan Memory Allocator" homepage = "https://github.com/projectkml/vk-mem-alloc-rs" documentation = "https://docs.rs/vk-mem-alloc" readme = "README.md" keywords = [ "vulkan", "vk", "ash", "memory", "allocator", ] categories = [ "api-bindings", "rendering", "rendering::engine", "rendering::graphics-api", ] license = "MIT/Apache-2.0" repository = "https://github.com/projectkml/vk-mem-alloc-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.ash] version = "0.37.1+1.3.235" [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.cc] version = "1.0.78"