diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/layout/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/layout/src/main.rs b/examples/layout/src/main.rs index e6b521b2..713e2b70 100644 --- a/examples/layout/src/main.rs +++ b/examples/layout/src/main.rs @@ -10,7 +10,7 @@ use iced::{  };  pub fn main() -> iced::Result { -    iced::application(Layout::title, Layout::update, Layout::view) +    iced::program(Layout::title, Layout::update, Layout::view)          .subscription(Layout::subscription)          .theme(Layout::theme)          .run() | 
