diff options
author | 2019-09-10 19:41:49 +0200 | |
---|---|---|
committer | 2019-09-10 19:41:49 +0200 | |
commit | 8b8f7563ad33dafeadf6238e377748cdec17d67a (patch) | |
tree | 45a601d18a054ccdd068eeac93730e4e99252158 /src/input/mouse.rs | |
parent | 2913c64da3452d1fbf92384e4ff32c278fb383f8 (diff) | |
download | iced-8b8f7563ad33dafeadf6238e377748cdec17d67a.tar.gz iced-8b8f7563ad33dafeadf6238e377748cdec17d67a.tar.bz2 iced-8b8f7563ad33dafeadf6238e377748cdec17d67a.zip |
Switch to workspace layout
Diffstat (limited to 'src/input/mouse.rs')
-rw-r--r-- | src/input/mouse.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input/mouse.rs b/src/input/mouse.rs deleted file mode 100644 index d37f5b96..00000000 --- a/src/input/mouse.rs +++ /dev/null @@ -1,6 +0,0 @@ -//! Build mouse events. -mod button; -mod event; - -pub use button::Button; -pub use event::Event; |