# 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-vulkanalia" version = "0.1.0+vk-mem-0.4.0" authors = ["Marco Süß "] build = "build.rs" include = [ "src/*.rs", "build.rs", "Cargo.toml", "vendor/VulkanMemoryAllocator/include/vk_mem_alloc.h", "vendor/Vulkan-Headers/include", "wrapper.cpp", ] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA) using vulkanalia instead of ash. Fork of vk-mem." homepage = "https://github.com/msuess/vk-mem-vulkanalia" documentation = "https://docs.rs/vk-mem-vulkanalia" readme = "README.md" keywords = [ "vulkan", "vk", "vulkanalia", "memory", "allocator", ] categories = [ "api-bindings", "rendering", "rendering::engine", "rendering::graphics-api", ] license = "MIT/Apache-2.0" repository = "https://github.com/msuess/vk-mem-vulkanalia" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "2.5" [dependencies.vulkanalia] version = "0.23.0" default-features = false [dependencies.vulkanalia-sys] version = "0.23.0" default-features = false [dev-dependencies.vulkanalia] version = "0.23.0" features = [ "libloading", "provisional", ] [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1.0" [features] default = [ "std", "libloading", ] generate_bindings = ["bindgen"] libloading = ["vulkanalia/libloading"] no_std_error = [ "vulkanalia/no_std_error", "vulkanalia-sys/no_std_error", ] recording = [] std = [ "vulkanalia/std", "vulkanalia-sys/std", ] [badges.maintenance] status = "actively-developed"