vulkano/examples/texture-array/Cargo.toml
marc0246 1e9128795f
Workspace dependencies (#2381)
* Use workspace dependencies

* Update CI workflow to account for the two workspaces

* Make the tables in the root workspace a bit nicer to look at

* Use workspace package version

* Remove workspace package version

* Make winit a workspace dependency as well
2023-10-29 22:42:00 -05:00

16 lines
275 B
TOML

[package]
name = "texture-array"
version = "0.0.0"
edition = "2021"
publish = false
[[bin]]
name = "texture-array"
path = "main.rs"
[dependencies]
png = { workspace = true }
vulkano = { workspace = true }
vulkano-shaders = { workspace = true }
winit = { workspace = true }