mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
v0.2.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
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"
|
||||||
|
|||||||
@@ -75,6 +75,8 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Latest Release Notes
|
## Latest Release Notes
|
||||||
|
v0.2.4 -> Add helper functions for common cases (read a file, use raw luma8 data).
|
||||||
|
|
||||||
v0.2.3 -> Implement most suggestions from clippy, as well as some simple changes, no surface changes.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user