diff options
author | 2020-11-20 10:26:08 +0100 | |
---|---|---|
committer | 2020-11-20 10:29:40 +0100 | |
commit | f259d44186a795067a189f2597ae357a375d832b (patch) | |
tree | f13dd72d053592f1ea9e8213ade0a26704937a1b /examples/qr_code/Cargo.toml | |
parent | 3296be845c1f03bd481e10912ffdea74ac5ab1f6 (diff) | |
download | iced-f259d44186a795067a189f2597ae357a375d832b.tar.gz iced-f259d44186a795067a189f2597ae357a375d832b.tar.bz2 iced-f259d44186a795067a189f2597ae357a375d832b.zip |
Implement `qr_code` example
Diffstat (limited to 'examples/qr_code/Cargo.toml')
-rw-r--r-- | examples/qr_code/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/qr_code/Cargo.toml b/examples/qr_code/Cargo.toml new file mode 100644 index 00000000..7f2d4e42 --- /dev/null +++ b/examples/qr_code/Cargo.toml @@ -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"] } |