From 3fabe24a7f01ae1b2ccbc9091156583e221d985b Mon Sep 17 00:00:00 2001 From: SalOne22 <111443297+SalOne22@users.noreply.github.com> Date: Fri, 1 Sep 2023 11:06:25 +0200 Subject: [PATCH] Added static feature to libwebp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7770dafb..ebc623ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ png = "0.17.9" pretty_env_logger = "0.5.0" rgb = "0.8.36" resize = "0.7.4" -libwebp = "0.1.2" +libwebp = { version = "0.1.2", features = ["static"] } libavif-sys = "0.14.3" ravif = "0.11.2" glob = "0.3.1"