only 13 failing encoder tests

This commit is contained in:
Henry Schimke
2022-10-04 18:08:19 -05:00
parent bf0a83c688
commit 86f6bd0c69
5 changed files with 823 additions and 553 deletions

View File

@@ -20,10 +20,11 @@ chrono = "0.4"
chrono-tz = "0.4"
image = {version = "0.24.3", optional = true}
imageproc = {version = "0.23.0", optional = true}
unicode-segmentation = "1.10.0"
[dev-dependencies]
java-properties = "1.4.1"
[features]
default = ["image"]
image = ["dep:image", "dep:imageproc"]
image = ["dep:image", "dep:imageproc"]