# 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-vk" version = "0.2.7" description = "lightweight vulkan wrapper" homepage = "https://github.com/lilly-lizard/bort" readme = "README.md" keywords = [ "vulkan", "wrapper", "ash", "3D", "graphics", ] categories = ["rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/lilly-lizard/bort" [dependencies.ash] version = "0.37" features = ["debug"] default-features = false [dependencies.bort-vma] version = "0.3.4" [dependencies.bytemuck] version = "1.14" features = ["extern_crate_std"] optional = true [dependencies.raw-window-handle-05] version = "0.5" features = ["std"] optional = true package = "raw-window-handle" [dependencies.raw-window-handle-06] version = "0.6" features = ["std"] optional = true package = "raw-window-handle" [features] bytemuck = ["dep:bytemuck"] default = [ "raw-window-handle-06", "bytemuck", ] raw-window-handle-05 = [ "dep:raw-window-handle-05", "dep:raw-window-metal-03", ] raw-window-handle-06 = [ "dep:raw-window-handle-06", "dep:raw-window-metal-04", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal-03] version = "0.3" optional = true package = "raw-window-metal" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal-04] version = "0.4" optional = true package = "raw-window-metal"