mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
Merge branch 'main' into port_cpp_qrcode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.3.2"
|
||||
version = "0.4.1"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/rxing-core/rxing"
|
||||
@@ -25,7 +25,7 @@ image = {version = "0.24", optional = true}
|
||||
imageproc = {version = "0.23", optional = true}
|
||||
unicode-segmentation = "1.10"
|
||||
codepage-437 = "0.1.0"
|
||||
rxing-one-d-proc-derive = {version = "0.3", path ="./crates/one-d-proc-derive"}
|
||||
rxing-one-d-proc-derive = {version = "0.4", path ="./crates/one-d-proc-derive"}
|
||||
num = "0.4.0"
|
||||
svg = {version = "0.13", optional = true}
|
||||
resvg = {version = "0.28.0", optional = true, default-features=false}
|
||||
|
||||
Reference in New Issue
Block a user