summaryrefslogtreecommitdiffstats
path: root/examples/tour/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-16 17:58:51 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-16 18:19:37 +0700
commitc910e239196655f3d5ba146aa3dc8da2b578ef8e (patch)
tree008ef6d5fdbd8c46125e23d0083cab2539aec0ff /examples/tour/src
parent6822d1d9f2c5b4fcbf65763c8edd091ac18a657e (diff)
downloadiced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.tar.gz
iced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.tar.bz2
iced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.zip
Expose `ContentFit` in root
Diffstat (limited to 'examples/tour/src')
-rw-r--r--examples/tour/src/main.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs
index 0c61add0..9a675168 100644
--- a/examples/tour/src/main.rs
+++ b/examples/tour/src/main.rs
@@ -1,8 +1,7 @@
use iced::{
- alignment, button, image::ContentFit, scrollable, slider, text_input,
- Button, Checkbox, Color, Column, Container, Element, Image, Length, Radio,
- Row, Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput,
- Toggler,
+ alignment, button, scrollable, slider, text_input, Button, Checkbox, Color,
+ Column, Container, ContentFit, Element, Image, Length, Radio, Row, Sandbox,
+ Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
};
pub fn main() -> iced::Result {