Expose system module through feature flag
This commit is contained in:
parent
5eefa5d4ea
commit
93bfe2c75e
8 changed files with 30 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue