feat(config): add CosmicTk config for configuring window controls
This commit is contained in:
parent
912f0665ef
commit
4f07d05ee8
6 changed files with 87 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue