Minor fix, cargo fmt
This commit is contained in:
parent
5d0116e9de
commit
3e95544fb3
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ use ggez::graphics::{
|
|||
use ggez::input::keyboard::{self, KeyInput};
|
||||
use ggez::mint::Vector2;
|
||||
use ggez::{Context, GameError, GameResult};
|
||||
use image::ImageReader;
|
||||
use image::DynamicImage;
|
||||
use image::ImageReader;
|
||||
use std::io::Cursor;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
|
|
Loading…
Reference in a new issue