Skip to content

Commit

Permalink
bmp: Expose core to online
Browse files Browse the repository at this point in the history
Signed-off-by: caleb <[email protected]>
  • Loading branch information
etemesi254 committed Oct 4, 2023
1 parent 9b8ab21 commit eed3523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zune-bmp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#![macro_use]
extern crate alloc;

pub use zune_core;

pub use crate::decoder::{probe_bmp, BmpDecoder};
pub use crate::errors::BmpDecoderErrors;

Expand Down

0 comments on commit eed3523

Please sign in to comment.