mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
13 lines
437 B
TOML
13 lines
437 B
TOML
[package]
|
|
name = "vulkano-shaders"
|
|
version = "0.5.6"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Shaders "
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
|