138 B
138 B
egui_qr
Simple egui painter that renders QR Codes
Example
QrCodeWidget::from_data(b"https://google.com")?
.ui(ui);
Simple egui painter that renders QR Codes
QrCodeWidget::from_data(b"https://google.com")?
.ui(ui);