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 15:53:59 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 15:53:59 +0100
commit704ec9cb5cdc1d44f2df2f15de700b0af330b1d7 (patch)
tree27aeef02032c47327e74c9b3e48e83e11cde7fb2 /style/src/lib.rs
parentd681aaa57e3106cf0ce90b74ade040ca7bb97832 (diff)
downloadiced-704ec9cb5cdc1d44f2df2f15de700b0af330b1d7.tar.gz
iced-704ec9cb5cdc1d44f2df2f15de700b0af330b1d7.tar.bz2
iced-704ec9cb5cdc1d44f2df2f15de700b0af330b1d7.zip
Simplify theming for `TextInput` 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 da3c0676..5906fa0e 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -27,7 +27,6 @@ pub mod rule;
pub mod slider;
pub mod svg;
pub mod text_editor;
-pub mod text_input;
pub mod theme;
pub mod toggler;