summaryrefslogtreecommitdiffstats
path: root/examples/qr_code/Cargo.toml
blob: cb3f92892ccd71c9743db5dd47e8c35d6c4dfbe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "qr_code"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2024"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["qr_code"]