Merge pull request #224 from hecrj/feature/panes-widget

Pane grid widget
This commit is contained in:
Héctor Ramón 2020-03-20 12:10:52 +01:00 committed by GitHub
commit f7ec679fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 1915 additions and 35 deletions

View file

@ -73,8 +73,8 @@ pub use dodrio;
pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
Align, Background, Color, Font, HorizontalAlignment, Length, Point, Size,
Vector, VerticalAlignment,
keyboard, Align, Background, Color, Font, HorizontalAlignment, Length,
Point, Size, Vector, VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};
pub use subscription::Subscription;