emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.02k stars 97 forks source link

raw-window-handle 0.5 (tested only on linux) #329

Closed Noi42 closed 11 months ago

Noi42 commented 11 months ago

I made this for using minifb with vulkano. I'm not sure it will work correctly on platforms other than Linux with x11.

emoon commented 11 months ago

Thanks! I will test this some more after work and release a new version of the crate later today.

emoon commented 11 months ago

I now noticed there is a 0.6 version of the crate. Any specific reason you didn't use that version?

Noi42 commented 11 months ago

Most crates still use 0.5 as far as I know. Same vulkano or ash that I use. But ash has a pull request on this topic ash-window: Upgrade to raw-window-handle 0.6.0 until recently, they were held up by a few other crates like winit.