egui-qr/README.md

10 lines
138 B
Markdown
Raw Normal View History

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