about summary refs log tree commit diff
path: root/giftool/src/main.rs
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2022-11-25 17:58:32 -0600
committerGenny <gen@nyble.dev>2022-11-25 17:58:32 -0600
commitd19e7b983ec034004cb27ab647634474ada10a18 (patch)
treec0ec08bf03bc26fc0f9a91e8cf29ff5bd9cb0e6e /giftool/src/main.rs
parent66d77dddef9928e52dfc7a99405ef1f8d934cc6a (diff)
downloadgifed-d19e7b983ec034004cb27ab647634474ada10a18.tar.gz
gifed-d19e7b983ec034004cb27ab647634474ada10a18.zip
Add decompress
Diffstat (limited to 'giftool/src/main.rs')
-rw-r--r--giftool/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/giftool/src/main.rs b/giftool/src/main.rs
index dcfe113..1482185 100644
--- a/giftool/src/main.rs
+++ b/giftool/src/main.rs
@@ -1,7 +1,5 @@
 use std::{fs::File, ops::Deref, path::PathBuf};
 
-use gifed::{reader::GifReader, Gif};
-
 fn main() {
 	let subcommand = std::env::args().nth(1);