We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rfd
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 anor similar.
The text was updated successfully, but these errors were encountered: