udpate to track zxing 3.5.1

This commit is contained in:
Henry Schimke
2023-01-09 10:45:24 -06:00
parent 9efab236e3
commit 6a361025e2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.2.10" version = "0.2.11"
description="A rust port of the zxing barcode library." description="A rust port of the zxing barcode library."
license="Apache-2.0" license="Apache-2.0"
repository="https://github.com/hschimke/rxing" repository="https://github.com/hschimke/rxing"

View File

@@ -63,4 +63,7 @@ v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanc
v0.1.4 -> Dramatically improve performance for MultiFormatReader and for multiple barcode detection. v0.1.4 -> Dramatically improve performance for MultiFormatReader and for multiple barcode detection.
## Known Issues ## Known Issues
Performance is low for GenericMultipleBarcodeReader. Performance is low for GenericMultipleBarcodeReader.
## ZXing Track
Currently tracking zxing 3.5.1