summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-12 04:03:24 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-12 04:03:24 +0100
commit64097983f195ac1e923b6a1bd8cb0fc2c109fabc (patch)
treec50b08ae5d28dfe8058a4d563ea9659809743b62 /web
parent4777f5d787e262aa9093a3099ae62be2b8c0c82f (diff)
downloadiced-64097983f195ac1e923b6a1bd8cb0fc2c109fabc.tar.gz
iced-64097983f195ac1e923b6a1bd8cb0fc2c109fabc.tar.bz2
iced-64097983f195ac1e923b6a1bd8cb0fc2c109fabc.zip
Expose `Point` in `iced_web`
Diffstat (limited to 'web')
-rw-r--r--web/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs
index 7b54a07a..4dc7aba7 100644
--- a/web/src/lib.rs
+++ b/web/src/lib.rs
@@ -73,7 +73,7 @@ pub use dodrio;
pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
- Align, Background, Color, Font, HorizontalAlignment, Length, Vector,
+ Align, Background, Color, Font, HorizontalAlignment, Length, Point, Vector,
VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};