diff options
author | 2020-11-20 10:13:58 +0100 | |
---|---|---|
committer | 2020-11-20 10:29:33 +0100 | |
commit | 3296be845c1f03bd481e10912ffdea74ac5ab1f6 (patch) | |
tree | 36a576c31534e2f14d2691553d0e49768ffc9423 /wgpu/Cargo.toml | |
parent | 209056e1cd0fd74f508e11de2233123cc951640b (diff) | |
download | iced-3296be845c1f03bd481e10912ffdea74ac5ab1f6.tar.gz iced-3296be845c1f03bd481e10912ffdea74ac5ab1f6.tar.bz2 iced-3296be845c1f03bd481e10912ffdea74ac5ab1f6.zip |
Implement `QRCode` widget
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 01fd720b..4d9f9ada 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/hecrj/iced" [features] svg = ["resvg"] canvas = ["iced_graphics/canvas"] +qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] [dependencies] |