[package] name = "glsl-to-spirv" version = "0.1.1" authors = ["Pierre Krieger "] 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"