summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-05 04:13:13 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-05 04:13:55 +0100
commit9a06e481b7f52a9d8e123c909d5614332f607c53 (patch)
tree811e7e83a1960194d7285f74764482253874f882 /native
parent8f52604987038225ce90261f17fd8408f1a7ebe3 (diff)
downloadiced-9a06e481b7f52a9d8e123c909d5614332f607c53.tar.gz
iced-9a06e481b7f52a9d8e123c909d5614332f607c53.tar.bz2
iced-9a06e481b7f52a9d8e123c909d5614332f607c53.zip
Add `Handle` and `Data` to `image` in `iced_web`
Diffstat (limited to 'native')
-rw-r--r--native/src/widget/image.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/src/widget/image.rs b/native/src/widget/image.rs
index 1efe4570..200401f9 100644
--- a/native/src/widget/image.rs
+++ b/native/src/widget/image.rs
@@ -1,5 +1,4 @@
//! Display images in your user interface.
-
use crate::{layout, Element, Hasher, Layout, Length, Point, Size, Widget};
use std::{