diff options
author | 2020-02-06 03:06:06 +0100 | |
---|---|---|
committer | 2020-02-06 03:06:06 +0100 | |
commit | 57aed1d5c61a14fa6337e9f838fc519efdd75e06 (patch) | |
tree | ebc8f0b9c0866fd98396175e0c672c8d9c1b64a2 /web/Cargo.toml | |
parent | 282ae1dc9e4d0aa4dec4cee575b5eaa5f9a90b8d (diff) | |
download | iced-57aed1d5c61a14fa6337e9f838fc519efdd75e06.tar.gz iced-57aed1d5c61a14fa6337e9f838fc519efdd75e06.tar.bz2 iced-57aed1d5c61a14fa6337e9f838fc519efdd75e06.zip |
Implement `TextInput::on_submit` support in `iced_web`
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index 7ddf3400..c043c697 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -39,4 +39,5 @@ features = [ "Event", "EventTarget", "InputEvent", + "KeyboardEvent", ] |