1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

refactor: improvements to feature flags

This commit is contained in:
Jake Stanger 2025-05-16 22:33:54 +01:00
parent 88190f0d4a
commit c6f3af4142
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ mod r#impl;
mod layout;
mod truncate;
#[cfg(any(feature = "bindmode"))]
#[cfg(feature = "bindmode")]
use crate::modules::bindmode::Bindmode;
#[cfg(feature = "cairo")]
use crate::modules::cairo::CairoModule;