vulkano/examples/push-descriptors/Cargo.toml

19 lines
344 B
TOML
Raw Normal View History

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