Collapse Font import in tour example
This commit is contained in:
parent
cf9d8e0104
commit
c794d8ba78
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ use iced::widget::{
|
||||||
scrollable, slider, text, text_input, toggler, vertical_space,
|
scrollable, slider, text, text_input, toggler, vertical_space,
|
||||||
};
|
};
|
||||||
use iced::widget::{Button, Column, Container, Slider};
|
use iced::widget::{Button, Column, Container, Slider};
|
||||||
use iced::Font;
|
use iced::{Color, Element, Font, Length, Renderer, Sandbox, Settings};
|
||||||
use iced::{Color, Element, Length, Renderer, Sandbox, Settings};
|
|
||||||
|
|
||||||
const ICON_FONT: Font = Font::External {
|
const ICON_FONT: Font = Font::External {
|
||||||
name: "Icons",
|
name: "Icons",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue