mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
update to v0.2.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.2.1"
|
version = "0.2.3"
|
||||||
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"
|
||||||
@@ -26,8 +26,8 @@ image = {version = "0.24", optional = true}
|
|||||||
imageproc = {version = "0.23.0", optional = true}
|
imageproc = {version = "0.23.0", optional = true}
|
||||||
unicode-segmentation = "1.10.0"
|
unicode-segmentation = "1.10.0"
|
||||||
codepage-437 = "0.1.0"
|
codepage-437 = "0.1.0"
|
||||||
#rxing-one-d-proc-derive = "0.2.1"
|
rxing-one-d-proc-derive = "0.3.0"
|
||||||
rxing-one-d-proc-derive = {path ="../rxing-one-d-proc-derive"}
|
#rxing-one-d-proc-derive = {path ="../rxing-one-d-proc-derive"}
|
||||||
num = "0.4.0"
|
num = "0.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -75,6 +75,8 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Latest Release Notes
|
## Latest Release Notes
|
||||||
|
v0.2.3 -> Implement most suggestions from clippy, as well as some simple changes, no surface changes.
|
||||||
|
|
||||||
v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanceSource.
|
v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanceSource.
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user