mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Unify workspaces (#2391)
This commit is contained in:
parent
a1e376d932
commit
af57608ac5
@ -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"
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user