mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
19 lines
597 B
TOML
19 lines
597 B
TOML
[package]
|
|
name = "vulkano-shader-derive"
|
|
version = "0.5.4"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
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"]
|
|
|
|
[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"] }
|
|
vulkano-shaders = { version = "0.5", path = "../vulkano-shaders" }
|