vulkano-shader-derive 0.8.0

Safe wrapper for the Vulkan graphics API
Documentation
[package]
name = "vulkano-shader-derive"
version = "0.8.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Safe wrapper for the Vulkan graphics API"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/vulkano"
categories = ["rendering::graphics-api"]

[lib]
name = "vulkano_shader_derive"
proc-macro = true

[dependencies]
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
syn = { version = "0.11.11", features = ["aster", "visit"] }
vulkano-shaders = { version = "0.8", path = "../vulkano-shaders" }

[dev-dependencies]
vulkano = { version = "0.8", path = "../vulkano" }