mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
18 lines
302 B
TOML
18 lines
302 B
TOML
[package]
|
|
name = "multiview"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "multiview"
|
|
path = "main.rs"
|
|
test = false
|
|
bench = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
png = { workspace = true }
|
|
vulkano = { workspace = true, default-features = true }
|
|
vulkano-shaders = { workspace = true }
|