feat: add qr_code feature

This commit is contained in:
wiiznokes 2024-08-28 22:35:11 +02:00 committed by Michael Murphy
parent 8ba2185f43
commit fe63f6f3cd

View file

@ -69,6 +69,7 @@ winit_tokio = ["winit", "tokio"]
winit_wgpu = ["winit", "wgpu"] winit_wgpu = ["winit", "wgpu"]
# Enables XDG portal integrations # Enables XDG portal integrations
xdg-portal = ["ashpd"] xdg-portal = ["ashpd"]
qr_code = ["iced/qr_code"]
[dependencies] [dependencies]
apply = "0.3.0" apply = "0.3.0"