Remove long-gone www crate from the exclude-list (#2141)

This commit is contained in:
marc0246 2023-02-15 14:41:30 +01:00 committed by GitHub
parent 85e9d1c24e
commit 140da613e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
[workspace]
members = ["examples", "vulkano", "vulkano-shaders", "vulkano-win", "vulkano-util"]
exclude = ["www"]
members = [
"examples",
"vulkano",
"vulkano-shaders",
"vulkano-win",
"vulkano-util",
]