Draft Scrollable widget (no clipping yet!)
This commit is contained in:
parent
4769272122
commit
719c073fc6
13 changed files with 526 additions and 50 deletions
|
|
@ -1,8 +1,8 @@
|
|||
pub use iced_wgpu::{Primitive, Renderer};
|
||||
|
||||
pub use iced_winit::{
|
||||
button, slider, text, winit, Align, Background, Checkbox, Color, Image,
|
||||
Justify, Length, Radio, Slider, Text,
|
||||
button, scrollable, slider, text, winit, Align, Background, Checkbox,
|
||||
Color, Image, Justify, Length, Radio, Scrollable, Slider, Text,
|
||||
};
|
||||
|
||||
pub type Element<'a, Message> = iced_winit::Element<'a, Message, Renderer>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue