fix feature gate
This commit is contained in:
parent
ac4a1ab259
commit
8d2dbb3f23
1 changed files with 1 additions and 0 deletions
|
|
@ -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>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue