mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-07-27 05:53:57 +00:00
chore: cargo fmt
This commit is contained in:
parent
cb6016bdc0
commit
7157ebec9e
1 changed files with 5 additions and 8 deletions
13
src/main.rs
13
src/main.rs
|
@ -12,16 +12,13 @@ use embedded_graphics::{
|
|||
mono_font::{iso_8859_1::FONT_6X9, MonoTextStyle},
|
||||
pixelcolor::BinaryColor,
|
||||
text::Text,
|
||||
Drawable,
|
||||
Pixel,
|
||||
Drawable, Pixel,
|
||||
};
|
||||
use image::{
|
||||
codecs::gif::GifDecoder, imageops::FilterType, AnimationDecoder, ImageReader,
|
||||
Pixel as ImagePixel,
|
||||
};
|
||||
use serde::Deserialize;
|
||||
use image::{
|
||||
AnimationDecoder,
|
||||
codecs::gif::GifDecoder,
|
||||
imageops::FilterType,
|
||||
ImageReader, Pixel as ImagePixel,
|
||||
};
|
||||
|
||||
use badgemagic::{
|
||||
ble::Device as BleDevice,
|
||||
|
|
Loading…
Reference in a new issue