diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib.rs | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -188,10 +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, Size, Vector, +    Alignment, Background, Border, Color, ContentFit, Degrees, Gradient, +    Length, Padding, Pixels, Point, Radians, Rectangle, Shadow, Size, Vector,  };  pub mod clipboard { | 
