summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 02bb227a..eb1bd3bd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {