diff options
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", ] |