mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
basic support for maxicode detection
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.2.19"
|
||||
version = "0.2.20"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/hschimke/rxing"
|
||||
@@ -42,4 +42,5 @@ image = ["dep:image", "dep:imageproc"]
|
||||
allow_forced_iso_ied_18004_compliance = []
|
||||
svg_write = ["dep:svg"]
|
||||
svg_read = ["dep:resvg", "image"]
|
||||
wasm_support = ["chrono/wasmbind"]
|
||||
wasm_support = ["chrono/wasmbind"]
|
||||
experimental_features = []
|
||||
Reference in New Issue
Block a user