feat(config): add CosmicTk config for configuring window controls

This commit is contained in:
Michael Aaron Murphy 2024-03-05 16:05:33 +01:00 committed by Jeremy Soller
parent 912f0665ef
commit 4f07d05ee8
6 changed files with 87 additions and 11 deletions

View file

@ -4,7 +4,7 @@
#![allow(clippy::module_name_repetitions)]
#[cfg(all(feature = "wayland", feature = "winit"))]
compile_error!("cannot use `wayland` feature with `winit");
compile_error!("cannot use `wayland` feature with `winit`");
/// Recommended default imports.
pub mod prelude {
@ -26,6 +26,9 @@ pub mod applet;
pub use iced::Command;
pub mod command;
pub mod config;
pub use cosmic_config;
pub use cosmic_theme;