mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-08-14 11:17:59 +00:00
chore: cargo fmt
This commit is contained in:
parent
32abfae4f3
commit
be57449df2
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ use embedded_graphics::{
|
|||
image::{Image, ImageRawLE},
|
||||
pixelcolor::BinaryColor,
|
||||
text::Text,
|
||||
Drawable,
|
||||
Pixel,
|
||||
Drawable, Pixel,
|
||||
};
|
||||
use serde::Deserialize;
|
||||
use u8g2_fonts::{fonts::u8g2_font_lucasfont_alternate_tf, U8g2TextStyle};
|
||||
|
|
Loading…
Reference in a new issue