chore: update features and feature gates

This commit is contained in:
Ashley Wulber 2026-03-30 18:51:33 -04:00
parent 380b341bdc
commit a4c302d11c
18 changed files with 159 additions and 102 deletions

View file

@ -355,7 +355,7 @@ pub use toggler::{Toggler, toggler};
#[doc(inline)]
pub use tooltip::{Tooltip, tooltip};
#[cfg(all(feature = "wayland", feature = "winit"))]
#[cfg(all(feature = "wayland", target_os = "linux", feature = "winit"))]
pub mod wayland;
pub mod tooltip {