File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ clippy.nursery = "warn"
2323ansi_term = { version = " 0.12" , optional = true }
2424bevy = { version = " 0.17" , default-features = false , optional = true }
2525css-colors = { version = " 1.0" , optional = true }
26- iced = { version = " 0.13.1 " , optional = true }
26+ iced = { version = " 0.14.0 " , optional = true }
2727ratatui-core = { version = " 0.1.0" , optional = true }
2828serde = { version = " 1.0" , features = [" derive" ], optional = true }
2929
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ impl Counter {
6868}
6969
7070fn main ( ) -> Result {
71- application ( " Counter" , Counter :: update, Counter :: view)
71+ application ( || Counter { value : 0 } , Counter :: update, Counter :: view)
7272 . style ( move |_, _| Appearance {
7373 background_color : COLORS . base . into ( ) ,
7474 text_color : COLORS . text . into ( ) ,
You can’t perform that action at this time.
0 commit comments