From fe63f6f3cd755e2ecbbf985aa506e80b411eb87a Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:35:11 +0200 Subject: [PATCH] feat: add qr_code feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1b52d6a..5c64563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,6 +69,7 @@ winit_tokio = ["winit", "tokio"] winit_wgpu = ["winit", "wgpu"] # Enables XDG portal integrations xdg-portal = ["ashpd"] +qr_code = ["iced/qr_code"] [dependencies] apply = "0.3.0"