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 38baac3..6fd5c77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.23"
+version = "0.4.24"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
@@ -57,7 +57,7 @@ scale = ["fr"]
save = ["png"]
text = ["fontdue"]
blur = ["stackblur-iter"]
-real-show = ["minifb"]
+real-show = ["minifb", "text"]
default = ["save", "scale"]
[profile.release]