feat!(dialog): refactor and support rfd as file_chooser provider

This commit is contained in:
Michael Aaron Murphy 2024-01-22 08:08:45 +01:00 committed by Michael Murphy
parent b09b3db81a
commit 0bef593ba4
9 changed files with 618 additions and 362 deletions

View file

@ -3,6 +3,7 @@
//! Create dialogs for retrieving user input.
pub use ashpd::WindowIdentifier;
#[cfg(feature = "xdg-portal")]
pub use ashpd;
pub mod file_chooser;