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},
|
mono_font::{iso_8859_1::FONT_6X9, MonoTextStyle},
|
||||||
pixelcolor::BinaryColor,
|
pixelcolor::BinaryColor,
|
||||||
text::Text,
|
text::Text,
|
||||||
Drawable,
|
Drawable, Pixel,
|
||||||
Pixel,
|
};
|
||||||
|
use image::{
|
||||||
|
codecs::gif::GifDecoder, imageops::FilterType, AnimationDecoder, ImageReader,
|
||||||
|
Pixel as ImagePixel,
|
||||||
};
|
};
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
use image::{
|
|
||||||
AnimationDecoder,
|
|
||||||
codecs::gif::GifDecoder,
|
|
||||||
imageops::FilterType,
|
|
||||||
ImageReader, Pixel as ImagePixel,
|
|
||||||
};
|
|
||||||
|
|
||||||
use badgemagic::{
|
use badgemagic::{
|
||||||
ble::Device as BleDevice,
|
ble::Device as BleDevice,
|
||||||
|
|
Loading…
Reference in a new issue