diff options
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" |