add scroll fn to traits

This commit is contained in:
2025-09-27 21:32:27 -04:00
parent 5445008528
commit 8afe2c68e8
4 changed files with 8 additions and 30 deletions

View File

@@ -3,7 +3,6 @@ mod image;
mod offset;
mod pad;
mod rect;
mod scroll;
mod sense;
mod sized;
mod span;
@@ -17,7 +16,6 @@ pub use image::*;
pub use offset::*;
pub use pad::*;
pub use rect::*;
pub use scroll::*;
pub use sense::*;
pub use sized::*;
pub use span::*;