fix feature gate

This commit is contained in:
Ashley Wulber 2026-05-18 16:54:23 -04:00 committed by Ashley Wulber
parent ac4a1ab259
commit 8d2dbb3f23

View file

@ -45,6 +45,7 @@ pub struct LiveSettings {
pub blur: Option<bool>,
}
#[cfg(all(feature = "wayland", target_os = "linux", feature = "winit"))]
type BoxedView<App> = Option<
Box<
dyn Fn(&App) -> crate::Element<'_, crate::Action<<App as Application>::Message>>