vulkano/examples/simple-particles/Cargo.toml

18 lines
317 B
TOML
Raw Normal View History

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