Implement QRCode widget

This commit is contained in:
Héctor Ramón Jiménez 2020-11-20 10:13:58 +01:00
parent 209056e1cd
commit 3296be845c
11 changed files with 358 additions and 2 deletions

View file

@ -9,6 +9,7 @@ repository = "https://github.com/hecrj/iced"
[features]
canvas = ["iced_graphics/canvas"]
qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
# Not supported yet!
image = []