fast image operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "fimg" -version = "0.4.36" +version = "0.4.38" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2021" @@ -25,6 +25,7 @@ minifb = { version = "0.25.0", default-features = false, features = [ ], optional = true } wgpu = { version = "0.19.1", default-features = false, optional = true } atools = "0.1.0" +qwant = { version = "1.0.0", optional = true } [dev-dependencies] iai = { git = "https://github.com/bend-n/iai.git" } @@ -59,6 +60,7 @@ scale = ["fr"] save = ["png"] text = ["fontdue"] blur = ["slur"] +term = ["qwant", "save"] real-show = ["minifb", "text"] default = ["save", "scale"] wgpu-convert = ["dep:wgpu"] |