| Crates.io | gpui-qrcode |
| lib.rs | gpui-qrcode |
| version | 0.1.0 |
| created_at | 2025-11-13 17:49:55.486539+00 |
| updated_at | 2025-11-13 17:49:55.486539+00 |
| description | A QR code generator and renderer for gpui |
| homepage | |
| repository | https://github.com/gnunicorn/gpui-qrcode |
| max_upload_size | |
| id | 1931611 |
| size | 421,848 |
This is a simple QR code rendering component for gpui. It allows you to easily render QR codes in your gpui applications. It has a gpui-styled-based API to customize the appearance of the QR code to your liking.
Add via cargo add gpui-qrcode or manually to your Cargo.toml
[dependencies]
gpui-qrcode = "0.1.0"
For an example usage see the simple example.
qrcode-support (enabled by default) brings support to directly convert the widget from a QRCode generated by the great qrcode-crate.