summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-05 02:20:36 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-05 02:20:36 +0100
commit4bbb5cbc1f8b2a0ee8e09be18071368df3ba5bbd (patch)
tree076d5bcebcc1686c069d79375357ef013de16cc3 /src/lib.rs
parent1f9723a9296082ea06b7280833c60e8f2e547cb5 (diff)
parentef25dfb7331c7ab5446e9b771c9bca8aff231957 (diff)
downloadiced-4bbb5cbc1f8b2a0ee8e09be18071368df3ba5bbd.tar.gz
iced-4bbb5cbc1f8b2a0ee8e09be18071368df3ba5bbd.tar.bz2
iced-4bbb5cbc1f8b2a0ee8e09be18071368df3ba5bbd.zip
Merge pull request #2786 from iced-rs/customizable-markdown
Customizable Markdown Rendering and Image Support
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index eec844bc..849b51e9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -505,9 +505,9 @@ pub use crate::core::gradient;
pub use crate::core::padding;
pub use crate::core::theme;
pub use crate::core::{
- Alignment, Animation, Background, Border, Color, ContentFit, Degrees,
- Gradient, Length, Padding, Pixels, Point, Radians, Rectangle, Rotation,
- Settings, Shadow, Size, Theme, Transformation, Vector,
+ never, Alignment, Animation, Background, Border, Color, ContentFit,
+ Degrees, Gradient, Length, Padding, Pixels, Point, Radians, Rectangle,
+ Rotation, Settings, Shadow, Size, Theme, Transformation, Vector,
};
pub use crate::runtime::exit;
pub use iced_futures::Subscription;