2017-01-21 15:17:06 +00:00
|
|
|
[package]
|
|
|
|
name = "vulkano-shader-derive"
|
2017-07-19 18:02:32 +00:00
|
|
|
version = "0.5.4"
|
2017-01-21 15:17:06 +00:00
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
2017-02-02 19:50:38 +00:00
|
|
|
repository = "https://github.com/tomaka/vulkano"
|
|
|
|
description = "Safe wrapper for the Vulkan graphics API"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
documentation = "https://docs.rs/vulkano"
|
|
|
|
categories = ["rendering::graphics-api"]
|
2017-01-21 15:17:06 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "vulkano_shader_derive"
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
|
|
|
|
syn = { version = "0.10", features = ["aster", "visit"] }
|
2017-07-04 11:53:32 +00:00
|
|
|
vulkano-shaders = { version = "0.5", path = "../vulkano-shaders" }
|