Focus text inputs in todos example

This commit is contained in:
Héctor Ramón Jiménez 2022-07-28 03:54:02 +02:00
parent 52f84e51e9
commit 744edbd6c1
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 31 additions and 5 deletions

View file

@ -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"