iced_af 0.4.1

The iced application framework project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is part of `iced_af` crate. For the terms of use, please see the file
// called LICENSE-BSD-3-Clause at the top level of the `iced_af` crate.

//! Add new window directory to the list.

pub mod about;
pub mod confirm_exit;
pub mod fatal_error;
pub mod information;
pub mod main_common; // For common localisation.
pub mod default;
pub mod main;
pub mod preferences;
pub mod unsaved_data;