summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 22:13:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 22:13:55 +0100
commit5824ceb1fe8420b9337eee9a0e6db6cf7cb7f269 (patch)
treea0a4ae0022d48490cc3f2c579aa020cd13955f71 /style/src/lib.rs
parent87d16a090b14fa206bb87041a32d66348bc294e4 (diff)
downloadiced-5824ceb1fe8420b9337eee9a0e6db6cf7cb7f269.tar.gz
iced-5824ceb1fe8420b9337eee9a0e6db6cf7cb7f269.tar.bz2
iced-5824ceb1fe8420b9337eee9a0e6db6cf7cb7f269.zip
Simplify theming for `ProgressBar` widget
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index 45717d46..c8fb9ffe 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -20,7 +20,6 @@ pub mod application;
pub mod menu;
pub mod pane_grid;
pub mod pick_list;
-pub mod progress_bar;
pub mod rule;
pub mod svg;
pub mod text_editor;