# 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 = "vulkan_raw" version = "0.1.9" authors = ["aisinker "] build = "build.rs" description = "A raw Vulkan API bindings for Rust." readme = "README.md" keywords = ["vulkan", "graphic", "bindings"] license = "MIT" repository = "https://github.com/aisinker/vulkan_raw" [dependencies.bitflags] version = "1.3" [dependencies.lazy_static] version = "1.4" [dependencies.libloading] version = "0.7" [build-dependencies.cc] version = "1.0" features = ["parallel"] [features] VK_EXT_debug_utils = [] VK_EXT_index_type_uint8 = [] VK_EXT_memory_budget = [] VK_KHR_acceleration_structure = ["VK_KHR_deferred_host_operations"] VK_KHR_deferred_host_operations = [] VK_KHR_external_fence_fd = [] VK_KHR_external_fence_win32 = [] VK_KHR_pipeline_library = [] VK_KHR_ray_query = ["VK_KHR_acceleration_structure"] VK_KHR_ray_tracing_pipeline = ["VK_KHR_acceleration_structure"] VK_KHR_surface = [] VK_KHR_swapchain = ["VK_KHR_surface"] VK_KHR_win32_surface = ["VK_KHR_surface"] VK_VERSION_1_3 = [] VulkanMemoryAllocator = [] default = ["VulkanMemoryAllocator", "VK_KHR_surface", "VK_KHR_swapchain", "VK_KHR_deferred_host_operations", "VK_KHR_pipeline_library", "VK_KHR_acceleration_structure", "VK_KHR_ray_tracing_pipeline", "VK_KHR_ray_query", "VK_EXT_debug_utils", "VK_EXT_index_type_uint8", "VK_EXT_memory_budget"]