vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

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

Closed Hyphrio closed 3 months ago

Hyphrio commented 3 months ago

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.

marc0246 commented 3 months ago

This was already done in #2385.

Hyphrio commented 3 months ago

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