Implement QRCode widget
This commit is contained in:
parent
209056e1cd
commit
3296be845c
11 changed files with 358 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ edition = "2018"
|
|||
|
||||
[features]
|
||||
canvas = ["lyon"]
|
||||
qr_code = ["qrcode", "canvas"]
|
||||
font-source = ["font-kit"]
|
||||
font-fallback = []
|
||||
font-icons = []
|
||||
|
|
@ -32,6 +33,10 @@ path = "../style"
|
|||
version = "0.16"
|
||||
optional = true
|
||||
|
||||
[dependencies.qrcode]
|
||||
version = "0.12"
|
||||
optional = true
|
||||
|
||||
[dependencies.font-kit]
|
||||
version = "0.8"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue