Skip to content

feature request: optional rfd #8

@rparrett

Description

@rparrett

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions