Draft first working version of iced_glow 🎉
This commit is contained in:
parent
33448508a5
commit
d4743183d4
51 changed files with 3212 additions and 42 deletions
19
glow/src/renderer/widget.rs
Normal file
19
glow/src/renderer/widget.rs
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
mod button;
|
||||
mod checkbox;
|
||||
mod column;
|
||||
mod container;
|
||||
mod pane_grid;
|
||||
mod progress_bar;
|
||||
mod radio;
|
||||
mod row;
|
||||
mod scrollable;
|
||||
mod slider;
|
||||
mod space;
|
||||
mod text;
|
||||
mod text_input;
|
||||
|
||||
#[cfg(feature = "svg")]
|
||||
mod svg;
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
mod image;
|
||||
Loading…
Add table
Add a link
Reference in a new issue