# 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 = "bort-vma" version = "0.3.4" authors = ["Graham Wihlidal "] build = "build.rs" include = [ "src/*.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/VulkanMemoryAllocator/include/vk_mem_alloc.h", "vendor/Vulkan-Headers/include/vk_video/*", "vendor/Vulkan-Headers/include/vulkan/vulkan_core.h", "vendor/Vulkan-Headers/include/vulkan/vulkan.h", "vendor/Vulkan-Headers/include/vulkan/vk_platform.h", "wrapper/vma_lib.cpp", ] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)" homepage = "https://github.com/lilly-lizard/bort" documentation = "https://docs.rs/bort-vma" readme = "README.md" keywords = [ "vulkan", "vma", "ash", "memory", "allocator", ] categories = [ "api-bindings", "rendering", "rendering::engine", "rendering::graphics-api", ] license = "MIT/Apache-2.0" repository = "https://github.com/lilly-lizard/bort" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.ash] version = "0.37" default-features = false [dependencies.bitflags] version = "2.0" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1.0" [features] debug-always-dedicated-memory = [] debug-dont-exceed-max-memory-allocation-count = [] debug-global-mutex = [] debug-initialize-allocations = [] default = ["loaded"] generate_bindings = ["bindgen"] linked = ["ash/linked"] loaded = ["ash/loaded"] recording-enabled = [] vulkan-1-0 = [] vulkan-1-1 = [] vulkan-1-2 = [] vulkan-1-3 = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "lilly-lizard/bort-vma"