Remove non-existent static feature from leptess - use vcpkg for static linking

This commit is contained in:
Aether 2026-02-23 20:33:12 +00:00
parent 07b585fe5c
commit 20f05b6268
No known key found for this signature in database
GPG Key ID: 95AFEE837E39AFD2
1 changed files with 1 additions and 1 deletions

View File

@ -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"