From 20f05b62682d27291462e2c7b2f4ab50d17b8af4 Mon Sep 17 00:00:00 2001 From: Aether Date: Mon, 23 Feb 2026 20:33:12 +0000 Subject: [PATCH] Remove non-existent static feature from leptess - use vcpkg for static linking --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c63dbd6..f0966a2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -50,7 +50,7 @@ regex = "1.10" # Image processing for OCR - static linking for distribution image = "0.24" imageproc = "0.23" -leptess = { version = "0.14", features = ["static"] } +leptess = "0.14" # Clipboard arboard = "3.3"