Traverse-Research / gpu-allocator

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
https://traverse.nl/
Apache License 2.0
380 stars 50 forks source link

Update ash to 0.37.0 #109

Closed BeastLe9enD closed 2 years ago

BeastLe9enD commented 2 years ago

Hey, I updated ash to 0.37.0. Also I fixed two lints that were renamed!

MarijnS95 commented 2 years ago

Hey, thanks for this! Note that the lint rename should have already been taken care of in #105 (I'll have to check why they were removed instead of renamed in that PR - perhaps we didn't want the lints after all).

The ash bump needs some more work before it compiles, we've already done this in #104: feel free to test and review it so that we can merge it and make a new release!

BeastLe9enD commented 2 years ago

Oh great, I'll do that!

MarijnS95 commented 2 years ago

(I'll have to check why they were removed instead of renamed in that PR - perhaps we didn't want the lints after all)

https://github.com/EmbarkStudios/rust-ecosystem/commit/dc0b2641581428bc8bdea8f820de8312b1ab49f5: The lints were made warn-by-default so it wasn't necessary for Embark/us to carry them in our config :partying_face: