Skip to content

Commit af5d894

Browse files
authored
Merge pull request #17 from saurL/fix/imageproc-feature
fix: add imageproc text feature dependecy of text feature
2 parents 8afdca2 + 3824e91 commit af5d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ default = ["audio", "vision", "text"]
5050

5151
audio = ["symphonia-core"]
5252
vision = ["image", "imageproc", "lazy_static", "ab_glyph"]
53-
text = ["regex", "lazy_static"]
53+
text = ["regex", "lazy_static","imageproc/text"]
5454

5555
ffmpeg = ["ffmpeg-next"]
5656

0 commit comments

Comments
 (0)