Skip to content

Commit 834eca4

Browse files
expose get_target_dimensions
1 parent 3a0d159 commit 834eca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod targets;
66
mod utils;
77

88
// Helper Methods
9-
pub use targets::{get_all_targets, get_main_display};
9+
pub use targets::{get_all_targets, get_main_display, get_target_dimensions};
1010
pub use targets::{Display, Target};
1111
pub use utils::has_permission;
1212
pub use utils::is_supported;

0 commit comments

Comments
 (0)