Remove non-existent static feature from leptess - use vcpkg for static linking
This commit is contained in:
parent
07b585fe5c
commit
20f05b6268
|
|
@ -50,7 +50,7 @@ regex = "1.10"
|
||||||
# Image processing for OCR - static linking for distribution
|
# Image processing for OCR - static linking for distribution
|
||||||
image = "0.24"
|
image = "0.24"
|
||||||
imageproc = "0.23"
|
imageproc = "0.23"
|
||||||
leptess = { version = "0.14", features = ["static"] }
|
leptess = "0.14"
|
||||||
|
|
||||||
# Clipboard
|
# Clipboard
|
||||||
arboard = "3.3"
|
arboard = "3.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue