1
0
Fork 0
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:
Reinout Meliesie 2024-02-15 15:18:18 +01:00
parent 3e9cf85c2c
commit 33d367cdf4
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 7 additions and 3 deletions

View file

@ -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")]