diff options
author | gennyble <gen@nyble.dev> | 2023-10-09 03:13:40 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-09 03:13:40 -0500 |
commit | 07f12a6b98fab149ad81c15f66557261a5455af8 (patch) | |
tree | e9d277eb138f31fe75bfdd26411c61899adf5507 /Cargo.lock | |
parent | d4589d9600b5bddd3482c9f35414d4f843255d13 (diff) | |
download | colorsquash-07f12a6b98fab149ad81c15f66557261a5455af8.tar.gz colorsquash-07f12a6b98fab149ad81c15f66557261a5455af8.zip |
output gif using gifed
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4256a12..fc918c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,6 +80,13 @@ dependencies = [ ] [[package]] +name = "gifed" +version = "0.2.0" +dependencies = [ + "weezl", +] + +[[package]] name = "log" version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -129,11 +136,18 @@ dependencies = [ "anyhow", "camino", "colorsquash", + "gifed", "png", "zune-jpeg", ] [[package]] +name = "weezl" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" + +[[package]] name = "zune-core" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" |