Move tester to a new iced_tester subcrate
This commit is contained in:
parent
9e81c2b9e8
commit
4f7444bddf
28 changed files with 392 additions and 355 deletions
|
|
@ -19,7 +19,7 @@ pub fn main() -> iced::Result {
|
|||
application().run()
|
||||
}
|
||||
|
||||
fn application() -> Application<impl Program> {
|
||||
fn application() -> Application<impl Program<Message = Message>> {
|
||||
iced::application(Todos::new, Todos::update, Todos::view)
|
||||
.subscription(Todos::subscription)
|
||||
.title(Todos::title)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
viewport: 512x768
|
||||
viewport: 500x800
|
||||
mode: Impatient
|
||||
preset: Empty
|
||||
-----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue