mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 03:31:03 +02:00
feat: networkmanager module is now an optional Cargo feature
This commit is contained in:
parent
3e9cf85c2c
commit
33d367cdf4
2 changed files with 7 additions and 3 deletions
|
@ -35,6 +35,7 @@ pub mod label;
|
|||
pub mod launcher;
|
||||
#[cfg(feature = "music")]
|
||||
pub mod music;
|
||||
#[cfg(feature = "networkmanager")]
|
||||
pub mod networkmanager;
|
||||
pub mod script;
|
||||
#[cfg(feature = "sys_info")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue