mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
80e1ed6dc3
* Updated Dependencies * Complied with changes mentioned in pull request.
16 lines
426 B
TOML
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.27"
|