diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/scrollable/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scrollable/src/main.rs b/examples/scrollable/src/main.rs index a6f3c689..240ae908 100644 --- a/examples/scrollable/src/main.rs +++ b/examples/scrollable/src/main.rs @@ -10,7 +10,7 @@ use once_cell::sync::Lazy;  static SCROLLABLE_ID: Lazy<scrollable::Id> = Lazy::new(scrollable::Id::unique);  pub fn main() -> iced::Result { -    iced::application( +    iced::program(          "Scrollable - Iced",          ScrollableDemo::update,          ScrollableDemo::view,  | 
