fix: add cfg for unix only packages

This commit is contained in:
Eduardo Flores 2024-12-26 12:14:41 +01:00 committed by Michael Murphy
parent 58fc034459
commit b2ce4ccea2
2 changed files with 16 additions and 6 deletions

View file

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