2016-01-31 09:13:01 +00:00
|
|
|
[package]
|
2016-02-06 10:45:09 +00:00
|
|
|
name = "vulkano-shaders"
|
2018-08-12 08:42:17 +00:00
|
|
|
version = "0.10.0"
|
2017-08-05 09:06:13 +00:00
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
2016-04-30 10:08:48 +00:00
|
|
|
description = "Shaders "
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
|
2017-01-31 08:59:07 +00:00
|
|
|
categories = ["rendering::graphics-api"]
|
2016-01-31 12:18:58 +00:00
|
|
|
|
2016-02-25 07:52:22 +00:00
|
|
|
[dependencies]
|
2018-06-30 17:18:37 +00:00
|
|
|
glsl-to-spirv = { version = "0.1.6", path = "../glsl-to-spirv" }
|