Unify workspaces (#2391)

This commit is contained in:
marc0246 2023-10-31 19:15:03 +01:00 committed by GitHub
parent a1e376d932
commit af57608ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 15 deletions

View File

@ -1,5 +1,6 @@
[workspace]
members = [
"examples/*",
"vulkano",
"vulkano-macros",
"vulkano-shaders",
@ -54,3 +55,9 @@ syn = "2.0"
thread_local = "1.1"
vk-parse = "0.12"
winit = "0.29"
# Only used in examples
cgmath = "0.18"
png = "0.17"
rand = "0.8"
ron = "0.8"

View File

@ -1,15 +0,0 @@
[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.29"