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.
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 :)
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.