remove tinyvec since we already have smallvec

This commit is contained in:
galister
2024-02-01 01:08:59 +01:00
parent de1ddd45d7
commit c0c74d7f2d
3 changed files with 3 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -4209,7 +4209,6 @@ dependencies = [
"smallvec",
"strum",
"thiserror",
"tinyvec",
"vulkano",
"vulkano-shaders",
"winit",