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

View File

@@ -38,7 +38,6 @@ serde_yaml = "0.9.25"
smallvec = "1.11.0"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.56"
tinyvec = "1.6.0"
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
winit = "0.29.10"