sourcebox / tooro-editor

Cross-platform software editor for the Fred's Lab Töörö hardware synthesizer.
MIT License
37 stars 3 forks source link

Replace tinyfiledialogs with a native rust crate #3

Open sourcebox opened 3 years ago

sourcebox commented 3 years ago

The main motivation for this is to make cross-compilation for ARM Macs much easier. A candidate for this would be the rfd crate.

vareille commented 1 year ago

I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel)

vareille commented 1 year ago

I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel)

sourcebox commented 1 year ago

I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel)

Thanks for letting me know. I think I will check what the "official" recommendation for file dialogs in iced is, as soon as there is some info about it.

vareille commented 1 year ago

not sure if it helps either, but I've also added Linux .so files for x86 and x64