chore: improve documentation

This commit is contained in:
Michael Aaron Murphy 2023-08-15 10:51:59 +02:00 committed by Michael Murphy
parent 0c57ec7446
commit a387adcb1b
10 changed files with 37 additions and 24 deletions

View file

@ -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 {