# 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 = "vku" version = "0.3.0" authors = ["Maximillian Pfeil "] description = "Utility crate for kickstarting vulkan development" readme = "README.md" keywords = [ "vku", "vulkan", "ash", "gpu-allocator", "shaderc", ] categories = [ "api-bindings", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ArrowMaxGithub/vku" [dependencies.ash] version = "0.37.3" features = ["debug"] default-features = false [dependencies.ash-window] version = "0.12.0" [dependencies.gpu-allocator] version = "0.24.0" [dependencies.log] version = "0.4.20" [dependencies.raw-window-handle] version = "0.5.2" [dependencies.shaderc] version = "0.8.2" optional = true [dependencies.thiserror] version = "1.0.50" [dev-dependencies.env_logger] version = "0.10.0" features = [ "color", "humantime", ] [dev-dependencies.winit] version = "0.28.7" [features] default = ["loaded"] linked = ["ash/linked"] loaded = ["ash/loaded"] shader = ["dep:shaderc"]