Draft Emulator in iced_test
This commit is contained in:
parent
921467b5be
commit
16556b51bc
12 changed files with 466 additions and 47 deletions
|
|
@ -86,6 +86,10 @@ where
|
|||
name.split("::").next().unwrap_or("a_cool_application")
|
||||
}
|
||||
|
||||
fn settings(&self) -> Settings {
|
||||
Settings::default()
|
||||
}
|
||||
|
||||
fn boot(&self) -> (State, Task<Self::Message>) {
|
||||
let (state, task) = self.boot.boot();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue