-
Notifications
You must be signed in to change notification settings - Fork 4
Rewrite in Rust #11
Comments
I have a crate that is a start for that and that does it natively for Windows and that works really well, but we would need to implement Linux and MacOS support, which is a bit messy. |
I had working Linux and Windows crate laying somewhere on my hard drive, |
@PolyMeilex @repi why don't you guys post these online? |
Sure, for anyone interested here is my project (for win,gtk,macos and wasm) https://github.com/PolyMeilex/rfd |
hi @PolyMeilex, @emilk in our team have switch us at Embark to use your new crate now, awesome work on it! We'll test it for a bit now across platforms and see if we run into any issues. but if it works well I think we'll close and archive this crate and repro and redirect to |
@PolyMeilex would be cool to collaborate on some crates and chat, ping us on our Discord or drop us a mail on |
Hi! If you encounter any problems, or missing features in |
I'll add that I used |
We've transitioned fully over to So think we can consider this issue closed. And we can close/deprecate/archive this crate and repo. Filed #22 for that. |
Great to hear that |
This crate basically provides a thin wrapper around the nativefiledialog C library, which itself is just a small abstraction on top of the OS dialogs. While nativefiledialog is small and easy to build, there's really no good reason why we can't go directly to the OS dialogs inside Rust without needing to have a submodule/wrapper for a C library.
The text was updated successfully, but these errors were encountered: