diff options
author | 2024-03-05 22:38:27 +0100 | |
---|---|---|
committer | 2024-03-05 22:38:27 +0100 | |
commit | a43afc791e8f78b03d802f980a10f32dc932f0b2 (patch) | |
tree | 9bfc21e139dc5572dfe84734bb3365aeb803a838 /style/src/lib.rs | |
parent | 420f49bef5f6938868a84086e729deaa1df9107f (diff) | |
download | iced-a43afc791e8f78b03d802f980a10f32dc932f0b2.tar.gz iced-a43afc791e8f78b03d802f980a10f32dc932f0b2.tar.bz2 iced-a43afc791e8f78b03d802f980a10f32dc932f0b2.zip |
Simplify theming for `Rule` widget
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r-- | style/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs index c8fb9ffe..09a943aa 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 rule; pub mod svg; pub mod text_editor; pub mod theme; |