vulkano-rs/vulkano

`Surface::from_window` should probably support `raw_window_handle@0.6::HasWindowHandle`

Hyphrio opened this issue · 2 comments

Issue

Right now most windowing crates now depend on 0.6.
Surface would probably need a slight refactor to adapt HasWindowHandle on 0.6 from HasRawWindowHandle.

This was already done in #2385.

Oh the crates.io release is just outdated. That's probably why I didn't think it is.