Skip to content

Commit

Permalink
publicize extern crate binary_image
Browse files Browse the repository at this point in the history
  • Loading branch information
salam99823 committed Dec 13, 2024
1 parent 3a99c04 commit 5fa3a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub(crate) use glam::{UVec2, Vec2};
use binary_image::{BinaryImage, BinaryView, Bit};
use image::{DynamicImage, GenericImageView};

pub extern crate binary_image;
pub use iter::Edges as Iter;
pub use utils::{translate, translate_objects};

Expand Down

0 comments on commit 5fa3a4a

Please sign in to comment.