Skip to content

Commit

Permalink
Make the tables in the root workspace a bit nicer to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 29, 2023
1 parent fd87bac commit f50c3ec
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ members = [
]
resolver = "2"

[workspace.dependencies.vulkano]
version = "0.34"
path = "vulkano"
default-features = false

[workspace.dependencies.vulkano-macros]
version = "0.34"
path = "vulkano-macros"

[workspace.dependencies.vulkano-shaders]
version = "0.34"
path = "vulkano-shaders"

[workspace.dependencies.vulkano-util]
version = "0.34"
path = "vulkano-util"

[workspace.dependencies]
ahash = "0.8"
# When updating Ash, also update vk.xml to the same Vulkan patch version that Ash uses.
Expand Down Expand Up @@ -38,7 +55,3 @@ smallvec = "1.8"
syn = "1.0"
thread_local = "1.1"
vk-parse = "0.12"
vulkano = { version = "0.34", path = "vulkano", default-features = false }
vulkano-macros = { version = "0.34", path = "vulkano-macros" }
vulkano-shaders = { version = "0.34", path = "vulkano-shaders" }
vulkano-util = { version = "0.34", path = "vulkano-util" }

0 comments on commit f50c3ec

Please # to comment.