summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-06 15:41:57 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-06 15:49:06 +0100
commit9b2fd6416775cb27af69e34fb20063d28b4314eb (patch)
treed6c55df1df5466429e0afe410acfa488600718c5 /style/src/lib.rs
parent68c8f23f02a55373db728b115c3a4360669e2b80 (diff)
downloadiced-9b2fd6416775cb27af69e34fb20063d28b4314eb.tar.gz
iced-9b2fd6416775cb27af69e34fb20063d28b4314eb.tar.bz2
iced-9b2fd6416775cb27af69e34fb20063d28b4314eb.zip
Simplify theming for `PaneGrid` 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 828f5871..695f8fb6 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -18,7 +18,6 @@ pub use iced_core as core;
pub mod application;
pub mod menu;
-pub mod pane_grid;
pub mod pick_list;
pub mod theme;