fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51b4638..f973a48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]