mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
Add image BufferedImageLS
This commit is contained in:
@@ -8,4 +8,10 @@ edition = "2021"
|
||||
[dependencies]
|
||||
regex = "1"
|
||||
encoding = "0.2"
|
||||
rand = "0.8.5"
|
||||
rand = "0.8.5"
|
||||
image = {version = "0.24.3", optional = true}
|
||||
imageproc = {version = "0.23.0", optional = true}
|
||||
|
||||
[features]
|
||||
default = ["image"]
|
||||
image = ["dep:image", "dep:imageproc"]
|
||||
Reference in New Issue
Block a user