diff options
author | 2019-08-29 03:33:02 +0200 | |
---|---|---|
committer | 2019-08-29 03:33:02 +0200 | |
commit | 23d4d20e575f337ebeed083a4f874e67c5b5e516 (patch) | |
tree | 3ad51950a4e6a429a11c5194a1ca93451d552fb9 /src/input.rs | |
parent | a14b8bffc0037cc14f55b361b9591cf2657e6348 (diff) | |
download | iced-23d4d20e575f337ebeed083a4f874e67c5b5e516.tar.gz iced-23d4d20e575f337ebeed083a4f874e67c5b5e516.tar.bz2 iced-23d4d20e575f337ebeed083a4f874e67c5b5e516.zip |
Write documentation for `Cache`
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs index 613d83f1..097fa730 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1,4 +1,4 @@ -//! Map your system events into input events that Iced can understand. +//! Map your system events into input events that the runtime can understand. pub mod keyboard; pub mod mouse; |