Skip to content

Commit 5defe7c

Browse files
kornelskijjhbw
authored andcommitted
Make Rectangle public
1 parent d7f5a54 commit 5defe7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub mod model;
2525

2626
pub use crate::common::FaceInfo;
2727
pub use crate::common::ImageData;
28+
pub use crate::common::Rectangle;
2829
pub use crate::model::{load_model, read_model, Model};
2930

3031
use crate::detector::FuStDetector;

0 commit comments

Comments
 (0)