2024-03-05 16:05:33 +01:00
|
|
|
// Copyright 2024 System76 <info@system76.com>
|
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
|
|
|
|
//! Configurations available to libcosmic applications.
|
|
|
|
|
|
|
|
|
|
pub mod toolkit;
|
2024-05-20 17:19:42 +02:00
|
|
|
#[doc(inline)]
|
2024-03-05 16:05:33 +01:00
|
|
|
pub use toolkit::CosmicTk;
|