mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
1e9128795f
* 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
16 lines
328 B
TOML
16 lines
328 B
TOML
[workspace]
|
|
members = ["*"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
cgmath = "0.18"
|
|
png = "0.17"
|
|
rand = "0.8"
|
|
ron = "0.8"
|
|
serde = "1.0"
|
|
vulkano = { path = "../vulkano" }
|
|
vulkano-macros = { path = "../vulkano-macros" }
|
|
vulkano-shaders = { path = "../vulkano-shaders" }
|
|
vulkano-util = { path = "../vulkano-util" }
|
|
winit = "0.28"
|