# 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-example-rs" version = "0.0.1" authors = ["milkycopper "] build = "build.rs" description = "Vulkan examples writen in rust" documentation = "https://docs.rs/vulkan-examples-rs" readme = "README.md" license = "MIT" repository = "https://github.com/milkycopper/vulkan-examples-rs" [[example]] name = "triangle" [dependencies.array-init] version = "2.1.0" [dependencies.ash] version = "0.37.3" features = ["linked"] [dependencies.ash-window] version = "0.12.0" [dependencies.bytemuck] version = "1.14.0" [dependencies.env_logger] version = "0.10.0" [dependencies.glam] version = "0.24.0" [dependencies.image] version = "0.24.7" [dependencies.memoffset] version = "0.9.0" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.tobj] version = "4.0.0" [dependencies.winit] version = "0.28.0" [build-dependencies.glob] version = "0.3.1" [features] default = [ "vk_api_version_1_0", "vk_validation_layer", ] vk_api_version_1_0 = [] vk_api_version_1_1 = [] vk_api_version_1_2 = [] vk_api_version_1_3 = [] vk_validation_layer = []