summaryrefslogtreecommitdiffstats
path: root/native/src/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-08-04 03:55:41 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-08-04 03:55:41 +0200
commit13dd1ca0a83cc95eea52e2106da9dc1ee1f37958 (patch)
tree4b142110e23fe45b8d5d21935034c951f548d7e8 /native/src/widget.rs
parent6eb3dd7e5edc8847875c288c41d1dec8b1dad06e (diff)
downloadiced-13dd1ca0a83cc95eea52e2106da9dc1ee1f37958.tar.gz
iced-13dd1ca0a83cc95eea52e2106da9dc1ee1f37958.tar.bz2
iced-13dd1ca0a83cc95eea52e2106da9dc1ee1f37958.zip
Implement `scrollable::snap_to` operation
Diffstat (limited to '')
-rw-r--r--native/src/widget.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs
index 56ba28c8..8890b8e7 100644
--- a/native/src/widget.rs
+++ b/native/src/widget.rs
@@ -27,7 +27,6 @@ pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod space;
-pub mod state;
pub mod svg;
pub mod text;
pub mod text_input;