[package] name = "vulkano-shaders" version = "0.32.0" edition = "2021" authors = ["Pierre Krieger ", "The vulkano contributors"] repository = "https://github.com/vulkano-rs/vulkano" description = "Shaders rust code generation macro" license = "MIT/Apache-2.0" documentation = "https://docs.rs/vulkano" homepage = "https://vulkano.rs" keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"] categories = ["rendering::graphics-api"] [lib] proc-macro = true [dependencies] ahash = "0.8" heck = "0.4" proc-macro2 = "1.0" quote = "1.0" shaderc = "0.8" syn = { version = "1.0", features = ["full", "extra-traits"] } vulkano = { version = "0.32.0", path = "../vulkano" } [features] shaderc-build-from-source = ["shaderc/build-from-source"] shaderc-debug = []