diff options
author | 2021-09-02 13:47:03 +0700 | |
---|---|---|
committer | 2021-09-02 13:47:03 +0700 | |
commit | f0686eae0e421880a047bb83c6d3f62600cf9778 (patch) | |
tree | e33bb3cca4f2ee5d5eabf087b24502611051c9eb /src/lib.rs | |
parent | c9711ff48fa1ad16365bc7eb37fa7153143bcee6 (diff) | |
download | iced-f0686eae0e421880a047bb83c6d3f62600cf9778.tar.gz iced-f0686eae0e421880a047bb83c6d3f62600cf9778.tar.bz2 iced-f0686eae0e421880a047bb83c6d3f62600cf9778.zip |
Remove `Clipboard` export in `iced`
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ pub use sandbox::Sandbox; pub use settings::Settings; pub use runtime::{ - futures, menu, Align, Background, Clipboard, Color, Command, Font, + futures, menu, Align, Background, Color, Command, Font, HorizontalAlignment, Length, Menu, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment, }; |