summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 03:39:42 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 03:41:29 +0100
commit0c528be2ea74f9aae1d4ac80b282ba9c16674649 (patch)
tree87108ca5917382a8e6a7d53968896f5ee1f7a617 /src/lib.rs
parent9f21eae1528fa414adbfb987ce4c851fa58326fe (diff)
downloadiced-0c528be2ea74f9aae1d4ac80b282ba9c16674649.tar.gz
iced-0c528be2ea74f9aae1d4ac80b282ba9c16674649.tar.bz2
iced-0c528be2ea74f9aae1d4ac80b282ba9c16674649.zip
Introduce `with` helper and use `sipper` in `gallery` example
Diffstat (limited to '')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e4649938..ce4a1e9d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -505,7 +505,7 @@ pub use crate::core::gradient;
pub use crate::core::padding;
pub use crate::core::theme;
pub use crate::core::{
- never, Alignment, Animation, Background, Border, Color, ContentFit,
+ never, with, Alignment, Animation, Background, Border, Color, ContentFit,
Degrees, Gradient, Length, Padding, Pixels, Point, Radians, Rectangle,
Rotation, Settings, Shadow, Size, Theme, Transformation, Vector,
};