mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
fixed mistake with 0.4.10 with 0.4.10
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.4.10"
|
version = "0.4.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/rxing-core/rxing"
|
repository="https://github.com/rxing-core/rxing"
|
||||||
@@ -40,7 +40,7 @@ rand = "0.8.5"
|
|||||||
criterion = "0.5"
|
criterion = "0.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["image", "svg_write", "svg_read"]
|
default = ["image"]
|
||||||
#/// Enable features required for image manipulation and reading.
|
#/// Enable features required for image manipulation and reading.
|
||||||
image = ["dep:image", "dep:imageproc"]
|
image = ["dep:image", "dep:imageproc"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user