vulkano/examples/clear-attachments/Cargo.toml

17 lines
256 B
TOML

[package]
name = "clear-attachments"
version = "0.0.0"
edition = "2021"
publish = false
[[bin]]
name = "clear-attachments"
path = "main.rs"
test = false
bench = false
doc = false
[dependencies]
vulkano = { workspace = true }
winit = { workspace = true }