# 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 = "vltk" version = "0.1.2" description = "A simplified toolkit for creating applications using Vulkan" readme = "README.md" keywords = [ "api", "vulkan", ] categories = ["api"] license = "MIT" repository = "https://github.com/OvertimeCoder/VlTk" [[example]] name = "triangle" required-features = ["winit"] [dependencies.ash] version = "0.37.2+1.3.238" features = ["linked"] default-features = false [dependencies.ash-window] version = "0.12.0" optional = true [dependencies.raw-window-handle] version = "0.5" optional = true [dependencies.winit] version = "0.28.1" optional = true [dev-dependencies] [features] default = ["ash/linked"] winit = [ "winit/default", "raw-window-handle", "ash-window", ]