vulkano/examples/specialization-constants/Cargo.toml

17 lines
304 B
TOML
Raw Normal View History

[package]
name = "specialization-constants"
version = "0.0.0"
edition = "2021"
publish = false
[[bin]]
name = "specialization-constants"
path = "main.rs"
test = false
bench = false
doc = false
[dependencies]
vulkano = { workspace = true, features = ["macros"] }
vulkano-shaders = { workspace = true }