Implement qr_code example

This commit is contained in:
Héctor Ramón Jiménez 2020-11-20 10:26:08 +01:00
parent 3296be845c
commit f259d44186
3 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "qr_code"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["qr_code"] }