diff options
author | gennyble <gen@nyble.dev> | 2024-12-07 03:09:34 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-07 03:09:34 -0600 |
commit | f4cd5d7edc458535c8ab5245c5829a23fca4e5ef (patch) | |
tree | 5b29e12c6fcdc4591d0b257c8a9fbc58c4a7cf48 /Cargo.lock | |
parent | e29e66de1bbee0569a0707dd9bd603f221e6e970 (diff) | |
download | really-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.tar.gz really-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.zip |
Save etches as GIF
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index bf3ddf5..250f1fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,6 +419,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] +name = "color_quant" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" + +[[package]] name = "combine" version = "4.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -875,6 +881,8 @@ version = "0.3.0" source = "git+https://git.nyble.dev/multimedia/gifed#7a3a4b5f86b17015e174737fde6c4867682b17f8" dependencies = [ "bitvec", + "color_quant", + "rgb", "weezl", ] @@ -1861,6 +1869,15 @@ dependencies = [ ] [[package]] +name = "rgb" +version = "0.8.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" +dependencies = [ + "bytemuck", +] + +[[package]] name = "rustix" version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" |