PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

Update rwh to 0.6, update example to winit 0.29. #168

Closed dtzxporter closed 5 months ago

dtzxporter commented 5 months ago

Updates rwh to 0.6 and the example to winit 0.29 which uses rhw 0.6.

Ran cargo update && cargo fmt.

PolyMeilex commented 5 months ago

Thanks!

lucasfernog commented 4 months ago

This is amazing! When are you guys planning on publishing it? We also updated rwh to 0.6 on Tauri :)

PolyMeilex commented 4 months ago

This is amazing! When are you guys planning on publishing it? We also updated rwh to 0.6 on Tauri :)

I want to merge xdg-portal as default with fallbacks to zenity first, so tauri can switch to it and unblock it from being pined to old version of rfd (The way gtk backend is done now is conflicting with Tauri). Should be done in a few hours as the code is already written, I just need to open a PR.

After that, I'm going to do a new release.

PolyMeilex commented 4 months ago

0.14.0 Published

lucasfernog commented 4 months ago

I love you guys, amazing work!