diff options
author | 2023-07-27 19:07:06 +0200 | |
---|---|---|
committer | 2023-07-27 19:07:06 +0200 | |
commit | 78dc341ea82449f1e075e37e67c1ccf66b88e8d6 (patch) | |
tree | 679506297f04a5a6433652db388df5597b1d2fec /src/lib.rs | |
parent | 18f1ab551be6fe9a603eb07dceddf231c01b5c7f (diff) | |
parent | 74e14e562eef1e837c2cffc58cf23f29652f16c5 (diff) | |
download | iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.tar.gz iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.tar.bz2 iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.zip |
Merge pull request #1972 from wiiznokes/dev
add border radius to public API
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,8 +190,8 @@ pub use crate::core::alignment; pub use crate::core::event; pub use crate::core::gradient; pub use crate::core::{ - color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length, - Padding, Pixels, Point, Radians, Rectangle, Size, Vector, + color, Alignment, Background, BorderRadius, Color, ContentFit, Degrees, + Gradient, Length, Padding, Pixels, Point, Radians, Rectangle, Size, Vector, }; pub use crate::runtime::Command; |