# 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 = "2018" name = "vk-mem-erupt" version = "0.2.4" authors = ["Hindrik Stegenga ", "Graham Wihlidal "] build = "build.rs" include = ["src/*.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/include/vk_mem_alloc.h", "wrapper/vulkan/vk_platform.h", "wrapper/vulkan/vulkan_core.h", "wrapper/vulkan/vulkan.h", "wrapper/vma_lib.cpp"] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA) using erupt." homepage = "https://github.com/HindrikStegenga/vk-mem-rs" documentation = "https://docs.rs/vk-mem-erupt" readme = "README.md" keywords = ["vulkan", "vk", "erupt", "memory", "allocator"] categories = ["api-bindings", "rendering", "rendering::engine", "rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/HindrikStegenga/vk-mem-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "1.2.1" [dependencies.erupt] version = "0.20" [dependencies.failure] version = "0.1.7" optional = true [build-dependencies.bindgen] version = "0.53.2" optional = true [build-dependencies.cc] version = "1.0.50" [features] default = [] generate_bindings = ["bindgen"] link_vulkan = [] recording = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/vk-mem-rs"