diff options
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r-- | core/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index c4288158..7c4c3c0c 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -22,6 +22,7 @@ mod align; mod background; mod color; mod font; +mod hit_test; mod length; mod padding; mod point; @@ -33,6 +34,7 @@ pub use align::{Align, HorizontalAlignment, VerticalAlignment}; pub use background::Background; pub use color::Color; pub use font::Font; +pub use hit_test::HitTestResult; pub use length::Length; pub use menu::Menu; pub use padding::Padding; |