egui-qr/README.md
2025-01-11 03:06:31 +00:00

138 B

egui_qr

Simple egui painter that renders QR Codes

Example

QrCodeWidget::from_data(b"https://google.com")?
    .ui(ui);