diff options
author | Genny <gen@nyble.dev> | 2021-10-11 03:35:38 -0500 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2021-10-11 03:35:38 -0500 |
commit | 9b7bd5696a21496fa0c38a17e69c5c0658acfe73 (patch) | |
tree | b18b5016968892b7c85a9a80f42d320a9b52ab69 /Cargo.toml | |
parent | 4cbbd1e9476722c266eaa746f620da5a01523bc0 (diff) | |
download | gifed-9b7bd5696a21496fa0c38a17e69c5c0658acfe73.tar.gz gifed-9b7bd5696a21496fa0c38a17e69c5c0658acfe73.zip |
Implement images iterator
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ebcebd6..295a943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/genuinebyte/gifed" [dev-dependencies] criterion = "0.3" -rand = "0.7.3" +png = "0.17.2" [dependencies] weezl = "0.1.5" |