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