Skip to content

Commit

Permalink
feat: re-export image crate
Browse files Browse the repository at this point in the history
`RasterRenderer::render` returns an `image::ImageRgba` so it's only fair
that users have access to a proper version of `image` without having to
keep track of it themselves.
  • Loading branch information
Iipin committed May 1, 2024
1 parent 37c9d3b commit 73a6495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
unused_qualifications
)]

pub use image;

pub use hand::*;

mod hand;
Expand Down

0 comments on commit 73a6495

Please sign in to comment.