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 /squash/Cargo.toml | |
parent | d4589d9600b5bddd3482c9f35414d4f843255d13 (diff) | |
download | colorsquash-07f12a6b98fab149ad81c15f66557261a5455af8.tar.gz colorsquash-07f12a6b98fab149ad81c15f66557261a5455af8.zip |
output gif using gifed
Diffstat (limited to 'squash/Cargo.toml')
-rw-r--r-- | squash/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/squash/Cargo.toml b/squash/Cargo.toml index 1b92d38..921f937 100644 --- a/squash/Cargo.toml +++ b/squash/Cargo.toml @@ -14,3 +14,4 @@ camino = "1.1.6" # been released yet, so we're using the git here. the commit we require is e4b4811 png = { git = "https://github.com/image-rs/image-png.git", rev = "f10238a1e886b228e7da5301e5c0f5011316f2d6" } zune-jpeg = "0.3.17" +gifed = { path = "../../gifed/gifed" } |