Focus text inputs in todos example
This commit is contained in:
parent
52f84e51e9
commit
744edbd6c1
3 changed files with 31 additions and 5 deletions
|
|
@ -9,6 +9,7 @@ publish = false
|
|||
iced = { path = "../..", features = ["async-std", "debug"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
lazy_static = "1.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
async-std = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue