Skip to content

Commit

Permalink
Merge pull request #69 from mfrischknecht/fix-build-rust-1-75
Browse files Browse the repository at this point in the history
Fix build on Rust 1.75
  • Loading branch information
7sDream committed Jan 21, 2024
2 parents 443a861 + 5b8d97e commit aed7ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rasterizer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod bitmap;

use ab_glyph::{Font, FontRef, GlyphId, InvalidFont, PxScale};

pub use self::bitmap::{Bitmap, Metrics};
pub use self::bitmap::Bitmap;

pub struct Rasterizer<'a> {
face: FontRef<'a>,
Expand Down

0 comments on commit aed7ad0

Please sign in to comment.