summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/widget.rs')
-rw-r--r--wgpu/src/widget.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/widget.rs b/wgpu/src/widget.rs
index 1d7e57c4..fb90b2b5 100644
--- a/wgpu/src/widget.rs
+++ b/wgpu/src/widget.rs
@@ -1,3 +1,4 @@
pub mod button;
pub mod container;
+pub mod scrollable;
pub mod text_input;