summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-01 15:28:38 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-01 15:28:38 +0100
commita7bb7bb2eaaae5a016721788fcaf03c4c7413acd (patch)
tree624c5cc45010ec5f08832f0b8288499267878969 /style/src/lib.rs
parentf8aef03456ecc185098b6305a8cd0e22f5297d06 (diff)
downloadiced-a7bb7bb2eaaae5a016721788fcaf03c4c7413acd.tar.gz
iced-a7bb7bb2eaaae5a016721788fcaf03c4c7413acd.tar.bz2
iced-a7bb7bb2eaaae5a016721788fcaf03c4c7413acd.zip
Implement split highlight on hover for `PaneGrid`
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index 7e0a9f49..f09b5f9d 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -10,6 +10,7 @@ pub mod button;
pub mod checkbox;
pub mod container;
pub mod menu;
+pub mod pane_grid;
pub mod pick_list;
pub mod progress_bar;
pub mod radio;