Write documentation for Cache

This commit is contained in:
Héctor Ramón Jiménez 2019-08-29 03:33:02 +02:00
parent a14b8bffc0
commit 23d4d20e57
2 changed files with 13 additions and 3 deletions

View file

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