Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFrederik committed Jun 19, 2024
1 parent 5194ac9 commit c79b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_extras/src/loaders/gif_loader.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use egui::{
ahash::HashMap,
decode_gif_uri, has_gif_magic_header,
load::{Bytes, BytesPoll, ImageLoadResult, ImageLoader, ImagePoll, LoadError, SizeHint},
load::{BytesPoll, ImageLoadResult, ImageLoader, ImagePoll, LoadError, SizeHint},
mutex::Mutex,
ColorImage, GifFrameDurations, Id,
};
Expand Down

0 comments on commit c79b277

Please sign in to comment.