10 lines
138 B
Markdown
10 lines
138 B
Markdown
|
# egui_qr
|
||
|
|
||
|
Simple egui painter that renders QR Codes
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```rust
|
||
|
QrCodeWidget::from_data(b"https://google.com")?
|
||
|
.ui(ui);
|
||
|
```
|