summaryrefslogtreecommitdiffstats
path: root/examples/layout/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layout/src/main.rs')
-rw-r--r--examples/layout/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/layout/src/main.rs b/examples/layout/src/main.rs
index b298dce4..979a8c30 100644
--- a/examples/layout/src/main.rs
+++ b/examples/layout/src/main.rs
@@ -7,8 +7,8 @@ use iced::widget::{
text, vertical_rule,
};
use iced::{
- color, Center, Element, Fill, Font, Length, Point, Rectangle, Renderer,
- Shrink, Subscription, Theme,
+ Center, Element, Fill, Font, Length, Point, Rectangle, Renderer, Shrink,
+ Subscription, Theme, color,
};
pub fn main() -> iced::Result {