Move Target to its own module
This commit is contained in:
parent
58e04af824
commit
ef056d8489
13 changed files with 96 additions and 78 deletions
10
wgpu/src/renderer/widget.rs
Normal file
10
wgpu/src/renderer/widget.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
mod button;
|
||||
mod checkbox;
|
||||
mod column;
|
||||
mod image;
|
||||
mod radio;
|
||||
mod row;
|
||||
mod scrollable;
|
||||
mod slider;
|
||||
mod text;
|
||||
mod text_input;
|
||||
Loading…
Add table
Add a link
Reference in a new issue