egui-qr/README.md

10 lines
138 B
Markdown
Raw Normal View History

2025-01-11 03:06:31 +00:00
# egui_qr
Simple egui painter that renders QR Codes
## Example
```rust
QrCodeWidget::from_data(b"https://google.com")?
.ui(ui);
```