diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -188,11 +188,12 @@ pub mod multi_window; pub use style::theme; pub use crate::core::alignment; +pub use crate::core::border; +pub use crate::core::color; pub use crate::core::gradient; pub use crate::core::{ - color, Alignment, Background, BorderRadius, Color, ContentFit, Degrees, - Gradient, Length, Padding, Pixels, Point, Radians, Rectangle, Shadow, Size, - Vector, + Alignment, Background, Border, Color, ContentFit, Degrees, Gradient, + Length, Padding, Pixels, Point, Radians, Rectangle, Shadow, Size, Vector, }; pub mod clipboard { |