mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 00:34:19 +00:00
14 lines
209 B
TOML
14 lines
209 B
TOML
|
[package]
|
||
|
name = "clear-attachments"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[[bin]]
|
||
|
name = "clear-attachments"
|
||
|
path = "main.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
vulkano = { path = "../../vulkano" }
|
||
|
winit = "0.28"
|