From 474a7fd7e71af1a668284ac72ca485b8dd996e4e Mon Sep 17 00:00:00 2001 From: rabite Date: Mon, 29 Jul 2019 18:11:28 +0200 Subject: remove sixel dependency on hunter-media --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5356c4b..07a47a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ path = "src/main.rs" [[bin]] name = "hunter-media" path = "src/hunter-media.rs" -required-features = ["img", "sixel"] +required-features = ["img"] -- cgit v1.2.3