fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f973a48..773e435 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ minifb = { version = "0.25.0", default-features = false, features = [
wgpu = { version = "0.19.1", default-features = false, optional = true }
atools = "0.1.0"
qwant = { version = "1.0.0", optional = true }
+libc = "0.2.153"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.53.0", features = [
@@ -67,7 +68,7 @@ text = ["fontdue"]
blur = ["slur"]
term = ["qwant", "save", "scale", "windows"]
real-show = ["minifb", "text"]
-default = ["save", "scale"]
+default = ["save", "scale", "term"]
wgpu-convert = ["dep:wgpu"]
[profile.release]