vulkano/glsl-to-spirv/Cargo.toml
2016-05-05 08:06:21 +02:00

15 lines
353 B
TOML

[package]
name = "glsl-to-spirv"
version = "0.1.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Wrapper around the official GLSL to SPIR-V compiler"
license = "MIT/Apache-2.0"
build = "build/build.rs"
[dependencies]
tempdir = "0.3.4"
[build-dependencies]
cmake = "0.1.13"