mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "glsl-to-spirv"
|
|
version = "0.1.7"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Deprecated. Use shaderc-rs instead."
|
|
license = "MIT/Apache-2.0"
|
|
build = "build/build.rs"
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
tempfile = "3"
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.27"
|
|
sha2 = "0.7"
|