summaryrefslogtreecommitdiffstats
path: root/wgpu/src/renderer/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/renderer/widget.rs')
-rw-r--r--wgpu/src/renderer/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/renderer/widget.rs b/wgpu/src/renderer/widget.rs
index 94ebd10e..32187c10 100644
--- a/wgpu/src/renderer/widget.rs
+++ b/wgpu/src/renderer/widget.rs
@@ -2,7 +2,7 @@ mod button;
mod checkbox;
mod column;
mod image;
-mod progressbar;
+mod progress_bar;
mod radio;
mod row;
mod scrollable;