fix: add cfg for unix only packages
This commit is contained in:
parent
58fc034459
commit
b2ce4ccea2
2 changed files with 16 additions and 6 deletions
|
|
@ -75,7 +75,7 @@ pub mod keyboard_nav;
|
|||
|
||||
#[cfg(feature = "desktop")]
|
||||
pub mod desktop;
|
||||
#[cfg(feature = "process")]
|
||||
#[cfg(all(feature = "process", not(windows)))]
|
||||
pub mod process;
|
||||
|
||||
#[cfg(feature = "wayland")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue