chore: improve documentation
This commit is contained in:
parent
0c57ec7446
commit
a387adcb1b
10 changed files with 37 additions and 24 deletions
|
|
@ -1,11 +1,14 @@
|
|||
// Copyright 2023 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
//! Configure a new COSMIC application.
|
||||
|
||||
use crate::{font, Theme};
|
||||
#[cfg(feature = "wayland")]
|
||||
use iced::Limits;
|
||||
use iced_core::Font;
|
||||
|
||||
/// Configure a new COSMIC application.
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[derive(derive_setters::Setters)]
|
||||
pub struct Settings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue