mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
11 lines
247 B
Rust
11 lines
247 B
Rust
#[cfg(feature = "clipboard")]
|
|
pub mod clipboard;
|
|
#[cfg(feature = "workspaces")]
|
|
pub mod compositor;
|
|
#[cfg(feature = "music")]
|
|
pub mod music;
|
|
#[cfg(feature = "tray")]
|
|
pub mod system_tray;
|
|
#[cfg(feature = "upower")]
|
|
pub mod upower;
|
|
pub mod wayland;
|