Expose system module through feature flag

This commit is contained in:
Héctor Ramón Jiménez 2022-04-30 13:37:57 +02:00
parent 5eefa5d4ea
commit 93bfe2c75e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 30 additions and 14 deletions

View file

@ -31,9 +31,11 @@ pub mod application;
pub mod clipboard;
pub mod conversion;
pub mod settings;
pub mod system;
pub mod window;
#[cfg(feature = "system")]
pub mod system;
mod error;
mod mode;
mod position;