fmonniot / pathfinder-wotr-editor

0 stars 0 forks source link

pure rust file dialogs ? #101

Open fmonniot opened 3 years ago

fmonniot commented 3 years ago

Consider using https://github.com/PolyMeilex/rfd for the file dialog instead of tinyfiledialogs. It's a pure rust solution and thus make cross-compilation easier.

fmonniot commented 2 years ago

Actually it looks like rfd migth get integrated in iced directly: https://github.com/iced-rs/iced/issues/1002. Let's wait for that one to land, there is no rush in this app anyway :)