diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -200,8 +200,8 @@ pub use crate::core::gradient;  pub use crate::core::theme;  pub use crate::core::{      Alignment, Background, Border, Color, ContentFit, Degrees, Gradient, -    Length, Padding, Pixels, Point, Radians, Rectangle, Shadow, Size, Theme, -    Transformation, Vector, +    Length, Padding, Pixels, Point, Radians, Rectangle, RotationLayout, Shadow, +    Size, Theme, Transformation, Vector,  };  pub mod clipboard {  | 
