maycoon_theme/lib.rs
#![warn(missing_docs)]
//! Theme/Styling library for Maycoon => See `maycoon` crate.
//!
//! Contains themes and widget styles.
/// Contains the [globals::Globals] struct.
pub mod globals;
/// Contains the [id::WidgetId] struct.
pub mod id;
/// Contains styling structures.
pub mod style;
/// Contains the [theme::Theme] trait and built-in themes.
pub mod theme;