vulkano/glsl-to-spirv/Cargo.toml

16 lines
426 B
TOML
Raw Normal View History

2016-01-31 12:10:41 +00:00
[package]
name = "glsl-to-spirv"
2017-06-26 06:46:01 +00:00
version = "0.1.3"
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 = "Wrapper around the official GLSL to SPIR-V compiler"
license = "MIT/Apache-2.0"
2016-01-31 12:10:41 +00:00
build = "build/build.rs"
2017-01-31 08:59:07 +00:00
categories = ["rendering::graphics-api"]
2016-01-31 12:10:41 +00:00
[dependencies]
2016-12-07 21:29:15 +00:00
tempdir = "0.3.5"
2016-02-19 15:44:35 +00:00
[build-dependencies]
cmake = "0.1.27"