8 lines
187 B
Rust
8 lines
187 B
Rust
// Copyright 2023 System76 <info@system76.com>
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//! Create dialogs for retrieving user input.
|
|
|
|
pub use ashpd::WindowIdentifier;
|
|
|
|
pub mod file_chooser;
|