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.toml | |
parent | e29e66de1bbee0569a0707dd9bd603f221e6e970 (diff) | |
download | really-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.tar.gz really-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.zip |
Save etches as GIF
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f5c2a32..b50e2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -gifed = { git = "https://git.nyble.dev/multimedia/gifed" } +gifed = { git = "https://git.nyble.dev/multimedia/gifed", features = [ + "videoish", +] } gilrs = "0.11.0" neam = { git = "https://github.com/gennyble/neam", rev = "5efc1761866283537fd254a8fb3582f50631cf0f" } rfd = "0.15.1" |