bevy_generative icon indicating copy to clipboard operation
bevy_generative copied to clipboard

feature request: optional `rfd`

Open rparrett opened this issue 6 months ago • 0 comments

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.

rparrett avatar Aug 23 '24 14:08 rparrett