9 lines
200 B
Rust
9 lines
200 B
Rust
// Copyright 2023 System76 <info@system76.com>
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//! Create dialogs for retrieving user input.
|
|
|
|
#[cfg(feature = "xdg-portal")]
|
|
pub use ashpd;
|
|
|
|
pub mod file_chooser;
|