port of the c++ datamatrix detector

This commit is contained in:
Henry Schimke
2023-01-18 18:47:38 -06:00
parent c9eb6f88cf
commit 8a52d47959
17 changed files with 2000 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.2.18"
version = "0.2.19"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/hschimke/rxing"
@@ -42,4 +42,4 @@ 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"]