vulkano/vulkano-util
marc0246 89cf5402d0
Fix VulkanoWindowRenderer::swapchain_image_views return type
I have only noticed this as I was writing the changelog.

@coolcatcoder for future reference, `&Vec<T>` is an anti-pattern. There's nothing more you can do with it than with `&[T]` (because the reference is immutable) and it means that we can't use a different underlying buffer without a breaking change.
2024-02-21 09:19:09 +01:00
..
src Fix VulkanoWindowRenderer::swapchain_image_views return type 2024-02-21 09:19:09 +01:00
Cargo.toml Workspace dependencies (#2381) 2023-10-29 22:42:00 -05:00
LICENSE-APACHE Fix licenses (#2378) 2023-10-29 18:05:10 +01:00
LICENSE-MIT Fix licenses (#2378) 2023-10-29 18:05:10 +01:00