rfd icon indicating copy to clipboard operation
rfd copied to clipboard

Allow default-features = false on Windows and MacOS?

Open melMass opened this issue 2 years ago • 0 comments

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

melMass avatar Mar 17 '23 22:03 melMass