Move widgets from core to native and web
Also made fields private and improved `Renderer` traits.
This commit is contained in:
parent
d3553adf27
commit
65eb218d3d
59 changed files with 2455 additions and 1942 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use iced::{
|
||||
button, scrollable, slider, text::HorizontalAlignment, text_input,
|
||||
Application, Background, Button, Checkbox, Color, Column, Command,
|
||||
Container, Element, Image, Length, Radio, Row, Scrollable, Slider, Text,
|
||||
TextInput,
|
||||
button, scrollable, slider, text_input, Application, Background, Button,
|
||||
Checkbox, Color, Column, Command, Container, Element, HorizontalAlignment,
|
||||
Image, Length, Radio, Row, Scrollable, Slider, Text, TextInput,
|
||||
};
|
||||
|
||||
pub fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue