Add Cargo workspace file

This commit is contained in:
Pierre Krieger 2016-08-07 14:31:07 +02:00
parent c85e82a10f
commit 28b489b31f
2 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
target
Cargo.lock

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[workspace]
members = [
"examples",
"glsl-to-spirv",
"vk-sys",
"vulkano",
"vulkano-shaders",
"vulkano-win"
]