about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-07 03:09:34 -0600
committergennyble <gen@nyble.dev>2024-12-07 03:09:34 -0600
commitf4cd5d7edc458535c8ab5245c5829a23fca4e5ef (patch)
tree5b29e12c6fcdc4591d0b257c8a9fbc58c4a7cf48 /Cargo.toml
parente29e66de1bbee0569a0707dd9bd603f221e6e970 (diff)
downloadreally-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.tar.gz
really-etches-f4cd5d7edc458535c8ab5245c5829a23fca4e5ef.zip
Save etches as GIF
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
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"