diff options
author | 2023-07-27 04:27:19 +0200 | |
---|---|---|
committer | 2023-07-27 04:27:19 +0200 | |
commit | a9b95f39dd8f55b00b5f4b2f6690c05b5a921d4d (patch) | |
tree | 6c46af3386214cf3eff512928efe99bdd1c621b1 /src | |
parent | e5a054f2704881145ceeba074668bdb0129f8eed (diff) | |
download | iced-a9b95f39dd8f55b00b5f4b2f6690c05b5a921d4d.tar.gz iced-a9b95f39dd8f55b00b5f4b2f6690c05b5a921d4d.tar.bz2 iced-a9b95f39dd8f55b00b5f4b2f6690c05b5a921d4d.zip |
add border radius to public API
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ 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, + Padding, Pixels, Point, Radians, Rectangle, Size, Vector, BorderRadius }; pub use crate::runtime::Command; |