Merge pull request #224 from hecrj/feature/panes-widget
Pane grid widget
This commit is contained in:
commit
f7ec679fec
36 changed files with 1915 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue