impl default for canvas cache
This commit is contained in:
parent
ad0a6c4c10
commit
6e7769b65d
3 changed files with 26 additions and 9 deletions
|
|
@ -29,7 +29,7 @@ impl Application for Clock {
|
|||
(
|
||||
Clock {
|
||||
now: chrono::Local::now().into(),
|
||||
clock: canvas::layer::Cache::new(),
|
||||
clock: Default::default(),
|
||||
},
|
||||
Command::none(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue