mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
feat: move client decode library into a feature
breaking change: Client features must be be built specificially and are not included by default.
This commit is contained in:
@@ -66,6 +66,9 @@ serde = ["dep:serde"]
|
||||
#/// Adds otsu binarizer support using imageproc
|
||||
otsu_level = ["image"]
|
||||
|
||||
#/// Adds "client" features do decode many common data formats found in barcodes
|
||||
client_support = []
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/one-d-proc-derive",
|
||||
|
||||
Reference in New Issue
Block a user