I'd like to just be able to specify a filename in code, and not compile rfd in my project.
rfd could be made optional through a cargo feature, and perhaps exporting could be invoked through an
pub enum ExportRequestEvent {
FileDialog,
Path(Path)
}
or similar.