Skip to content

Commit

Permalink
Merge pull request #1028 from est31/master
Browse files Browse the repository at this point in the history
Remove unused lzw dependency
  • Loading branch information
HeroicKatora committed Aug 31, 2019
2 parents 5eff7d0 + a688d1f commit bf90ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,6 @@ byteorder = "1.2.1"
num-iter = "0.1.32"
num-rational = { version = "0.2.1", default-features = false }
num-traits = "0.2.0"
lzw = "0.10.0"

[dependencies.gif]
version = "0.10.0"
Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Expand Up @@ -10,7 +10,6 @@
#![allow(clippy::many_single_char_names)]

extern crate byteorder;
extern crate lzw;
extern crate num_iter;
extern crate num_rational;
extern crate num_traits;
Expand Down Expand Up @@ -111,7 +110,7 @@ mod utils;

// Can't use the macro-call itself within the `doc` attribute. So force it to eval it as part of
// the macro invocation.
//
//
// The inspiration for the macro and implementation is from
// <https://github.com/GuillaumeGomez/doc-comment>
//
Expand Down

0 comments on commit bf90ec4

Please sign in to comment.