rfd
rfd copied to clipboard
Allow default-features = false on Windows and MacOS?
Hi,
Thanks for this crate.
I'm not sure, but it seems like both macOS and Windows use native handlers, using the OS Apis whereas the linux impl uses GTK.
Yet trying to add default-features = false result in a compile error as expected from the build.rs, it wants either feature on.
Could this be optional for these?
Thanks