cleanup Lazy examples

This commit is contained in:
Nick Senger 2023-01-10 16:12:51 -08:00
parent 2e3a69be31
commit 4066f89ce7
3 changed files with 1 additions and 150 deletions

View file

@ -46,7 +46,7 @@ impl Sandbox for App {
}
fn title(&self) -> String {
String::from("Cached - Iced")
String::from("Lazy - Iced")
}
fn update(&mut self, message: Message) {