vulkano/glsl-to-spirv/Cargo.toml
2017-08-05 11:06:13 +02:00

16 lines
426 B
TOML

[package]
name = "glsl-to-spirv"
version = "0.1.3"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Wrapper around the official GLSL to SPIR-V compiler"
license = "MIT/Apache-2.0"
build = "build/build.rs"
categories = ["rendering::graphics-api"]
[dependencies]
tempdir = "0.3.5"
[build-dependencies]
cmake = "0.1.19"