summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/progress_bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/widget/progress_bar.rs')
-rw-r--r--wgpu/src/widget/progress_bar.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/wgpu/src/widget/progress_bar.rs b/wgpu/src/widget/progress_bar.rs
deleted file mode 100644
index 88391ccb..00000000
--- a/wgpu/src/widget/progress_bar.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//! Allow your users to visually track the progress of a computation.
-//!
-//! A [`ProgressBar`] has a range of possible values and a current value,
-//! as well as a length, height and style.
-pub use iced_graphics::progress_bar::*;