libcosmic/src/config/mod.rs

9 lines
200 B
Rust
Raw Normal View History

// Copyright 2024 System76 <info@system76.com>
// SPDX-License-Identifier: MPL-2.0
//! Configurations available to libcosmic applications.
pub mod toolkit;
#[doc(inline)]
pub use toolkit::CosmicTk;