# 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" rust-version = "1.59.0" name = "ash-layer" version = "0.0.1" authors = ["Huang-Huang Bao "] description = "Vulkan layer bindings atop Ash" homepage = "https://github.com/EHfive/ash-layer" readme = "README.md" keywords = [ "graphics", "vulkan", ] categories = [ "external-ffi-bindings", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EHfive/ash-layer" [[example]] name = "layer_dummy" crate-type = ["cdylib"] [dependencies.ash] version = "0.37.1" default-features = false [dev-dependencies.dashmap] version = "5.4.0" [dev-dependencies.once_cell] version = "1.17.0" [features] debug = ["ash/debug"] default = ["debug"]