mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "glsl-to-spirv"
|
|
version = "0.1.0"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
build = "build/build.rs"
|
|
|
|
[dependencies]
|
|
tempdir = "0.3.4"
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.13"
|