iced/glow/src/widget/qr_code.rs
Héctor Ramón Jiménez 3296be845c Implement QRCode widget
2020-11-20 10:29:33 +01:00

2 lines
84 B
Rust

//! Encode and display information in a QR code.
pub use iced_graphics::qr_code::*;