Expose Point in iced_web
This commit is contained in:
parent
4777f5d787
commit
64097983f1
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ pub use dodrio;
|
||||||
pub use element::Element;
|
pub use element::Element;
|
||||||
pub use hasher::Hasher;
|
pub use hasher::Hasher;
|
||||||
pub use iced_core::{
|
pub use iced_core::{
|
||||||
Align, Background, Color, Font, HorizontalAlignment, Length, Vector,
|
Align, Background, Color, Font, HorizontalAlignment, Length, Point, Vector,
|
||||||
VerticalAlignment,
|
VerticalAlignment,
|
||||||
};
|
};
|
||||||
pub use iced_futures::{executor, futures, Command};
|
pub use iced_futures::{executor, futures, Command};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue