emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.04k stars 99 forks source link

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

Closed Noi42 closed 1 year ago

Noi42 commented 1 year 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 1 year ago

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

emoon commented 1 year ago

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

Noi42 commented 1 year 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.