fast image operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "fimg" -version = "0.4.39" +version = "0.4.41" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2021" @@ -67,7 +67,7 @@ text = ["fontdue"] blur = ["slur"] term = ["qwant", "save", "scale", "windows"] real-show = ["minifb", "text"] -default = ["save", "scale", "term"] +default = ["save", "scale"] wgpu-convert = ["dep:wgpu"] [profile.release] |