vulkano/vulkano-shader-derive/Cargo.toml
2018-09-23 22:10:37 +10:00

21 lines
593 B
TOML

[package]
name = "vulkano-shader-derive"
version = "0.10.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]
syn = "0.15"
vulkano-shaders = { version = "0.10", path = "../vulkano-shaders" }
[dev-dependencies]
vulkano = { version = "0.10", path = "../vulkano" }