fast image operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ exclude = ["tdata", "benches/", ".gitignore"] [dependencies] mattr = "0.0.2" png = { version = "0.17", features = ["unstable"], optional = true } +vecto = "0.1.0" [dev-dependencies] iai = { version = "0.1.1", features = [ |